Skip to content

Commit 68c1eea

Browse files
authored
0.2.5 release (#22)
* Update changelog * Bump version
1 parent 4b541c7 commit 68c1eea

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
- No unreleased changes!
9+
10+
## [0.2.5]
811
### Added
912
- New spec --all task to run all tests (by [@kauredo](https://github.com/kauredo))
1013
- Tests for output task (by [@kauredo](https://github.com/kauredo))
@@ -55,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5558

5659
Initial release.
5760

58-
[Unreleased]: https://github.com/pacso/aoc_rb/compare/v0.2.4...HEAD
61+
[Unreleased]: https://github.com/pacso/aoc_rb/compare/v0.2.5...HEAD
62+
[0.2.5]: https://github.com/pacso/aoc_rb/compare/v0.2.4...v0.2.5
5963
[0.2.4]: https://github.com/pacso/aoc_rb/compare/v0.2.3...v0.2.4
6064
[0.2.3]: https://github.com/pacso/aoc_rb/compare/v0.2.2...v0.2.3
6165
[0.2.2]: https://github.com/pacso/aoc_rb/compare/v0.2.1...v0.2.2

lib/aoc_rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AocRb
2-
VERSION = "0.2.4"
2+
VERSION = "0.2.5"
33
end

spec/lib/aoc_rb_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
RSpec.describe AocRb do
66
it "has the expected version number" do
7-
expect(AocRb::VERSION).to eq "0.2.4"
7+
expect(AocRb::VERSION).to eq "0.2.5"
88
end
99
end

0 commit comments

Comments
 (0)