Skip to content

Commit

Permalink
Update gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
zverok committed Sep 8, 2024
1 parent 382c65d commit 71bc93f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Yard-Junk changelog

## 0.0.10 -- 2024-09-08

* Update to support newer Rubies (by [@pboling](https://github.com/pboling) at [#42](https://github.com/zverok/yard-junk/pull/42))
* Drop support for Ruby < 2.7

## 0.0.9 -- 2020-12-05

* Avoid deprecation warnings ([640bc355d](https://github.com/zverok/yard-junk/commit/640bc355d156e892348b80210fc034af25e196cf))
Expand Down
2 changes: 1 addition & 1 deletion lib/yard-junk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module YardJunk
# @private
MINOR = 0
# @private
PATCH = 9
PATCH = 10

# @private
VERSION = [MINOR, MAJOR, PATCH].join('.')
Expand Down

0 comments on commit 71bc93f

Please sign in to comment.