Skip to content

Commit

Permalink
Release: bump version, update changelog (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 19, 2023
1 parent fec7a7e commit 02f37ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project are documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## RMagick 5.3.0

Improvements

- Support GC compaction (#1388)

Bug Fixes

- Fix memory leak in `Magick::Draw` for recentry ImageMagick 6 by removing unnecessary `GetDrawInfo()` calling (#1406)
- Fix crash on ImageList#write with animation gif (#1379)
- Windows: Fix RubyInstaller::Runtime::DllDirectory::WinApiError (#1381)

## RMagick 5.2.0

Improvements
Expand Down
2 changes: 1 addition & 1 deletion lib/rmagick/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Magick
VERSION = '5.2.0'
VERSION = '5.3.0'
MIN_RUBY_VERSION = '2.3.0'
MIN_IM_VERSION = '6.7.7'
end

0 comments on commit 02f37ca

Please sign in to comment.