Skip to content

Commit

Permalink
release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Nov 29, 2021
1 parent b17bc97 commit 30eaa12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

# [0.4.4] - 2021-11-29
### Changed
- Dependency updates

# [0.4.3] - 2021-03-16
### Fixed
- Branch coverage without line coverage marked as uncovered - fix by @GCorbel
Expand Down Expand Up @@ -103,7 +107,8 @@ 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.2...HEAD
[Unreleased]: https://github.com/grodowski/undercover/compare/v0.4.4...HEAD
[0.4.3]: 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
[0.4.1]: https://github.com/grodowski/undercover/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/grodowski/undercover/compare/v0.3.4...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/undercover/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Undercover
VERSION = '0.4.3'
VERSION = '0.4.4'
end

0 comments on commit 30eaa12

Please sign in to comment.