Skip to content

Commit 73f023b

Browse files
committed
bump to 0.4.0
1 parent f7b8d3b commit 73f023b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.0] - 2025-11-15
10+
### Added
11+
- Update `undercover` to `0.8.2`
12+
913
## [0.3.0] - 2025-07-13
1014
### Added
1115
- Update `undercover` to `0.7.3`, support new options and JSON formatter
@@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2933
### Changed
3034
- support `pronto >= 0.9`
3135

32-
[Unreleased]: https://github.com/grodowski/pronto-undercover/compare/v0.3.0...HEAD
36+
[Unreleased]: https://github.com/grodowski/pronto-undercover/compare/v0.4.0...HEAD
37+
[0.4.0]: https://github.com/grodowski/pronto-undercover/compare/v0.3.0...v0.4.0
3338
[0.3.0]: https://github.com/grodowski/pronto-undercover/compare/v0.2.0...v0.3.0
3439
[0.2.0]: https://github.com/grodowski/pronto-undercover/compare/v0.1.6...v0.2.0
3540
[0.1.6]: https://github.com/grodowski/pronto-undercover/compare/v0.1.5...v0.1.6

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Pronto
44
module UndercoverVersion
5-
VERSION = '0.3.0'
5+
VERSION = '0.4.0'
66
end
77
end

0 commit comments

Comments
 (0)