Skip to content

Commit 9cf5bb9

Browse files
committed
Release v0.6.2
1 parent 4c250f2 commit 9cf5bb9

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2025-08-21: [v0.6.2](https://github.com/mpapis/uncov/releases/tag/v0.6.2)
4+
5+
### Patch
6+
7+
- [#74](https://github.com/mpapis/uncov/pull/74): Update git requirement from ~> 3.1 to >= 3.1, < 5.0, by [@dependabot[bot]](https://github.com/dependabot[bot])
8+
9+
310
## 2025-05-31: [v0.6.1](https://github.com/mpapis/uncov/releases/tag/v0.6.1)
411

512
### Patch

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
uncov (0.6.1)
4+
uncov (0.6.2)
55
colorize (~> 1.1)
66
git (>= 3.1, < 5.0)
77
git_diff_parser (~> 4.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ nocov* - filters/flags only work with coverage/.resultset.json SimpleCov fi
6666
FN_GLOB: shell filename globing -> https://ruby-doc.org/core-3.1.1/File.html#method-c-fnmatch
6767
in bash: `shopt -s extglob dotglob globstar` and test with `ls {app,lib}/**/*.rb`
6868

69-
uncov 0.6.1 by Michal Papis <mpapis@gmail.com>
69+
uncov 0.6.2 by Michal Papis <mpapis@gmail.com>
7070
```
7171
7272

lib/uncov/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Uncov
4-
VERSION = '0.6.1'
4+
VERSION = '0.6.2'
55
end

0 commit comments

Comments
 (0)