Skip to content

Commit

Permalink
0.2.4 release (#17)
Browse files Browse the repository at this point in the history
* Bump gem version

* Update changelog
  • Loading branch information
pacso authored Dec 2, 2022
1 parent 9e9f838 commit c96ffe4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- No unreleased changes!

## [0.2.4]
### Fixed
- Output task fixed (by [@kauredo](https://github.com/kauredo))
- Spec task added to run tests from a given day (by [@kauredo](https://github.com/kauredo))
Expand Down Expand Up @@ -43,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release.

[Unreleased]: https://github.com/pacso/aoc_rb/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/pacso/aoc_rb/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/pacso/aoc_rb/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/pacso/aoc_rb/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/pacso/aoc_rb/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/pacso/aoc_rb/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion lib/aoc_rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AocRb
VERSION = "0.2.3"
VERSION = "0.2.4"
end
2 changes: 1 addition & 1 deletion spec/lib/aoc_rb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

RSpec.describe AocRb do
it "has the expected version number" do
expect(AocRb::VERSION).to eq "0.2.3"
expect(AocRb::VERSION).to eq "0.2.4"
end
end

0 comments on commit c96ffe4

Please sign in to comment.