Skip to content

Commit

Permalink
Release: bump up version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed May 9, 2024
1 parent 289f76e commit fa026ee
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 @@
# Change Log

## 0.25.0
- Add bigdecimal gem as dependency for Ruby 3.4
- Update dependent RMagick version to 5.5.0 or later (#634)
- Drop Ruby 2.6 and 2.7 support (#632)

## 0.24.0
- Add the way to make background transparent (#631)
- Adjust line number position on side graph (#624)
Expand Down
2 changes: 1 addition & 1 deletion lib/gruff/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Gruff
VERSION = '0.24.0'
VERSION = '0.25.0'
end

0 comments on commit fa026ee

Please sign in to comment.