Skip to content

Commit

Permalink
Merge pull request #443 from rubyzip/v2-3-0
Browse files Browse the repository at this point in the history
Bump version to 2.3.0
  • Loading branch information
jdleesmiller committed Mar 14, 2020
2 parents 516941b + 69186f6 commit 3bc55a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
@@ -1,5 +1,7 @@
# X.X.X (Next)

# 2.3.0 (2020-03-14)

- Fix frozen string literal error [#431](https://github.com/rubyzip/rubyzip/pull/431)
- Set `OutputStream.write_buffer`'s buffer to binmode [#439](https://github.com/rubyzip/rubyzip/pull/439)
- Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437) [#440](https://github.com/rubyzip/rubyzip/pull/440)
Expand Down
2 changes: 1 addition & 1 deletion lib/zip/version.rb
@@ -1,3 +1,3 @@
module Zip
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 3bc55a5

Please sign in to comment.