File tree Expand file tree Collapse file tree 2 files changed +41
-2
lines changed
lib/minitest/matchers_vaccine Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1
1
module Minitest
2
2
module MatchersVaccine
3
- VERSION = "1.0.4 "
3
+ VERSION = "1.0.5 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments