Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Feb 10, 2022
1 parent a0fef24 commit da5dc94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.3.0]

### Added

- Allow excluding repositories from search. Due to a [limitation] on GitHub's API,
Expand Down Expand Up @@ -100,8 +102,7 @@ repo.eol_ruby?(at: Date.parse("2024.04.04"))

- `EndOfLife::RubyVersion::EOL` constant was removed in favor of `EndOfLife::RubyVersion.latest_eol` method.


----
---

## [0.2.0]

Expand Down Expand Up @@ -141,6 +142,7 @@ $ end_of_life --user=matz # searches on matz's repositories

- Initial release

[unreleased]: https://github.com/MatheusRich/end_of_life/compare/v0.2.0...HEAD
[unreleased]: https://github.com/MatheusRich/end_of_life/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MatheusRich/end_of_life/releases/tag/v0.3.0
[0.2.0]: https://github.com/MatheusRich/end_of_life/releases/tag/v0.2.0
[0.1.0]: https://github.com/MatheusRich/end_of_life/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
end_of_life (0.2.0)
end_of_life (0.3.0)
dry-monads (~> 1.3)
octokit (~> 4.22)
pastel (~> 0.8.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/end_of_life/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EndOfLife
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit da5dc94

Please sign in to comment.