Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <[email protected]>
  • Loading branch information
jcouball committed Sep 8, 2024
1 parent 2b544ee commit 9ff9b3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changes for each release are listed in this file.

This project adheres to [Semantic Versioning](https://semver.org/) for its releases.

## v0.2.0 (2024-09-08)

[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.1.0..v0.2.0)

Changes since v0.1.0:

* 2b544ee Allow the CI build to be manually triggered
* 50e1b4a Rename lib/simplecov/rspec to lib/simplecov-rspec (and related files)
* 0884d23 Move CI build using Ruby head to an different workflow

## v0.1.0 (2024-09-07)

[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/9fe828c..v0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov-rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Simplecov
class Rspec
# This gem's version
VERSION = '0.1.0'
VERSION = '0.2.0'
end
end

0 comments on commit 9ff9b3a

Please sign in to comment.