Skip to content

Commit 6781623

Browse files
committed
Bump version to 1.0.5
1 parent 42f321d commit 6781623

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
66

77
## [Unreleased] - TBD
88

9+
## [1.0.5] - 2022-05-12
10+
911
- Add GitHub CI workflow
1012
- Add Ruby 3 support
1113

@@ -29,7 +31,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
2931

3032
- Initial release
3133

32-
[Unreleased]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.4..HEAD
34+
[Unreleased]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.5..HEAD
35+
[1.0.5]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.4..v1.0.5
3336
[1.0.4]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.3..v1.0.4
3437
[1.0.3]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.2..v1.0.3
3538
[1.0.2]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.1..v1.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Minitest
22
module MatchersVaccine
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

0 commit comments

Comments
 (0)