Skip to content

Commit

Permalink
Bump to 0.4.7 and bring CHANGELOG.md up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Jan 8, 2024
1 parent 1320022 commit aa78fb0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

# [0.4.7] - 2022-07-28
### Fixed
- [Update of one-line block is ignored](https://github.com/grodowski/undercover/pull/207) by [@lizhangyuh](https://github.com/lizhangyuh)

# [0.4.6] - 2023-04-21
### Added
- #total_coverage and #total_branch_coverage in the LcovParser

### Changed
- Drop support for ruby < 2.7
- Test coverage with both local `undercover` and Undercover GitHub App for demo purposes

# [0.4.5] - 2022-07-28
### Changed
Expand Down Expand Up @@ -114,7 +123,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- First release of `undercover` 🎉

[Unreleased]: https://github.com/grodowski/undercover/compare/v0.4.4...HEAD
[Unreleased]: https://github.com/grodowski/undercover/compare/v0.4.7...HEAD
[0.4.7]: https://github.com/grodowski/undercover/compare/v0.4.6...v0.4.7
[0.4.6]: https://github.com/grodowski/undercover/compare/v0.4.5...v0.4.6
[0.4.5]: https://github.com/grodowski/undercover/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/grodowski/undercover/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/grodowski/undercover/compare/v0.4.1...v0.4.3
Expand Down
2 changes: 1 addition & 1 deletion lib/undercover/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Undercover
VERSION = '0.4.6'
VERSION = '0.4.7'
end

0 comments on commit aa78fb0

Please sign in to comment.