Skip to content

Commit

Permalink
0.2.5 release (#22)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version
  • Loading branch information
pacso authored Dec 3, 2022
1 parent 4b541c7 commit 68c1eea
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.5]
### Added
- New spec --all task to run all tests (by [@kauredo](https://github.com/kauredo))
- Tests for output task (by [@kauredo](https://github.com/kauredo))
Expand Down Expand Up @@ -55,7 +58,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.4...HEAD
[Unreleased]: https://github.com/pacso/aoc_rb/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/pacso/aoc_rb/compare/v0.2.4...v0.2.5
[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
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.4"
VERSION = "0.2.5"
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.4"
expect(AocRb::VERSION).to eq "0.2.5"
end
end

0 comments on commit 68c1eea

Please sign in to comment.