Skip to content

Commit

Permalink
Release: bump up version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Mar 13, 2024
1 parent 401eb8e commit 461d9a1
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,11 @@
# Change Log

## 0.24.0
- Add the way to make background transparent (#631)
- Adjust line number position on side graph (#624)
- Add hide_labels attribute in Gruff::Dot (#623)
- Fix where SideBar's labels were sometimes missing by incorrect left margin

## 0.23.0
- Update dependent RMagick version to 5.3.0 or later (#622)

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.23.0'
VERSION = '0.24.0'
end

0 comments on commit 461d9a1

Please sign in to comment.