Skip to content

Commit

Permalink
Update version and CHANGES for RC2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Feb 15, 2025
1 parent f6e3cb4 commit 0498776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* Move to README.md (and update).
* Update minimum ruby version required to 2.7.
* Update RubyZip version to v2.4.
* Ensure 'managed_directory' is required at the top-level.
* Add note README about ruby and RubyZip versions.
* Apply frozen_string_literal magic comment to all files.

### Internal/tooling:

Expand All @@ -22,6 +25,7 @@
* Update Rubocop.
* Skip certain tests in non-POSIX environments.
* Fix managed directory test on Windows.
* Ensure simplecov is required first with MiniTest.

## Version 4.0.2

Expand Down
2 changes: 1 addition & 1 deletion lib/zip-container/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
# Author: Robert Haines

module ZipContainer
VERSION = '5.0.0.rc1' # :nodoc:
VERSION = '5.0.0.rc2' # :nodoc:
end

0 comments on commit 0498776

Please sign in to comment.