Skip to content

Commit 42f321d

Browse files
committed
Update changelog
1 parent fc4fecc commit 42f321d

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
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+
- Add GitHub CI workflow
10+
- Add Ruby 3 support
11+
12+
## [1.0.4] - 2016-05-31
13+
14+
- Prevent warnings for `@subject` instance variable not initialized
15+
16+
## [1.0.3] - 2016-05-31
17+
18+
- Improved Ruby 2.2 support (#1 thanks to @spovich).
19+
20+
## [1.0.2] - 2016-05-31
21+
22+
- Renamed MiniTest to Minitest
23+
24+
## [1.0.1] - 2016-05-31
25+
26+
- Bug fixes
27+
28+
## [1.0.0] - 2016-05-31
29+
30+
- Initial release
31+
32+
[Unreleased]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.4..HEAD
33+
[1.0.4]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.3..v1.0.4
34+
[1.0.3]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.2..v1.0.3
35+
[1.0.2]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.1..v1.0.2
36+
[1.0.1]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.0..v1.0.1
37+
[1.0.0]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/6fdef88..v1.0.0

0 commit comments

Comments
 (0)