Skip to content

Commit

Permalink
Bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 25, 2023
1 parent ea0fa12 commit 8ee4c55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## 1.5.0 (2023-08-25)

- Ruby 3.2 compatibility. ([@sgerrand][])
- **Ruby 2.7 is required.**

## 1.3.0 (2021-05-11)

- Added Ruby 3.0 support ([@pomartel][])
Expand Down Expand Up @@ -59,3 +64,4 @@ See [migration guide](https://clowne.evilmartians.io/docs/from_v02_to_v10.html)
[@pomartel]: https://github.com/pomartel
[@mpestov]: https://github.com/mpestov
[@Sub-Xaero]: https://github.com/Sub-Xaero
[@sgerrand]: https://github.com/sgerrand
2 changes: 1 addition & 1 deletion lib/clowne/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Clowne
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 8ee4c55

Please sign in to comment.