File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2026-03-23
11+
1012### Added
1113
12- - Lizard test reporting in CI and Minitest reporter plugin in test_helper
14+ - Metadata support for test reports (#34 )
15+ - Lizard test reporting in CI and Minitest reporter plugin in test_helper (#30 )
1316
1417### Removed
1518
16- - Ruby 3.2 support; minimum is now 3.3
19+ - Ruby 3.2 support; minimum is now 3.3 ( # 20 )
1720
1821## [ 0.1.0] - 2026-02-16
1922
@@ -28,5 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2831- Release workflow publishing to GitHub Packages with GitHub Releases
2932- SimpleCov + Codecov integration
3033
31- [ Unreleased ] : https://github.com/djbender/lizard-ruby/compare/v0.1.0...HEAD
34+ [ Unreleased ] : https://github.com/djbender/lizard-ruby/compare/v0.2.0...HEAD
35+ [ 0.2.0 ] : https://github.com/djbender/lizard-ruby/compare/v0.1.0...v0.2.0
3236[ 0.1.0 ] : https://github.com/djbender/lizard-ruby/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- lizard (0.1 .0 )
4+ lizard (0.2 .0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11module Lizard
2- VERSION = "0.1 .0"
2+ VERSION = "0.2 .0"
33end
Original file line number Diff line number Diff line change 22
33class VersionTest < Minitest ::Test
44 def test_version_constant_exists
5- assert_equal "0.1 .0" , Lizard ::VERSION
5+ assert_equal "0.2 .0" , Lizard ::VERSION
66 end
77end
You can’t perform that action at this time.
0 commit comments