Skip to content

Commit e2ed94f

Browse files
committed
release notes for 0.6.3
1 parent ab700f9 commit e2ed94f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
# [0.6.3] - 2024-12-23
10+
11+
### Fixed
12+
- Fix false positives with empty blocks/methods on a single line ([#216](https://github.com/grodowski/undercover/issues/216)) by [@splattael](https://github.com/splattael).
13+
- Updated list of default excluded directories (added `db/` and `config/`)
14+
915
# [0.6.0] - 2024-12-12
1016
### Added
1117
- Add support for including and exluding files by glob patterns, supplied through CLI args and the configuration file (#146)
@@ -137,7 +143,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
137143
### Added
138144
- First release of `undercover` 🎉
139145

140-
[Unreleased]: https://github.com/grodowski/undercover/compare/v0.6.0...HEAD
146+
[Unreleased]: https://github.com/grodowski/undercover/compare/v0.6.3...HEAD
147+
[0.6.3]:https://github.com/grodowski/undercover/compare/v0.6.3...v0.6.0
141148
[0.6.0]: https://github.com/grodowski/undercover/compare/v0.6.0...v0.5.0
142149
[0.5.0]: https://github.com/grodowski/undercover/compare/v0.4.7...v0.5.0
143150
[0.4.7]: https://github.com/grodowski/undercover/compare/v0.4.6...v0.4.7

lib/undercover/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 Undercover
4-
VERSION = '0.6.2'
4+
VERSION = '0.6.3'
55
end

0 commit comments

Comments
 (0)