Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Sep 14, 2024
1 parent c626b0c commit 8285ee0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,28 @@ Breaking changes:

Added:

- [#38](https://github.com/jaredbeck/libyear-bundler/issues/38) -
Added support for `--sort` cli option
- None

Fixed:

- None

## 0.8.0 (2024-09-13)

Breaking changes:

- None

Added:

- [#39](https://github.com/jaredbeck/libyear-bundler/pull/39) -
Added support for `--sort` cli option

Fixed:

- [#40](https://github.com/jaredbeck/libyear-bundler/pull/40) - Report
problematic release dates only once per gem name

## 0.7.0 (2024-05-11)

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion lib/libyear_bundler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LibyearBundler
VERSION = "0.7.0".freeze
VERSION = "0.8.0".freeze
end

0 comments on commit 8285ee0

Please sign in to comment.