Skip to content

Commit dc3ad9b

Browse files
committed
Merge branch 'update-build-matrix'
* update-build-matrix: Bump version to 1.0.5 Update changelog
2 parents 40fbfe5 + 6781623 commit dc3ad9b

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
See [GitHub Releases](https://github.com/rmm5t/minitest-matchers_vaccine/releases)
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com//), and this project adheres to [Semantic Versioning](https://semver.org/).
6+
7+
## [Unreleased] - TBD
8+
9+
## [1.0.5] - 2022-05-12
10+
11+
- Add GitHub CI workflow
12+
- Add Ruby 3 support
13+
14+
## [1.0.4] - 2016-05-31
15+
16+
- Prevent warnings for `@subject` instance variable not initialized
17+
18+
## [1.0.3] - 2016-05-31
19+
20+
- Improved Ruby 2.2 support (#1 thanks to @spovich).
21+
22+
## [1.0.2] - 2016-05-31
23+
24+
- Renamed MiniTest to Minitest
25+
26+
## [1.0.1] - 2016-05-31
27+
28+
- Bug fixes
29+
30+
## [1.0.0] - 2016-05-31
31+
32+
- Initial release
33+
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
36+
[1.0.4]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.3..v1.0.4
37+
[1.0.3]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.2..v1.0.3
38+
[1.0.2]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.1..v1.0.2
39+
[1.0.1]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.0..v1.0.1
40+
[1.0.0]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/6fdef88..v1.0.0
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)