8000 Merge pull request #443 from rubyzip/v2-3-0 · rubyzip/rubyzip@3bc55a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bc55a5

Browse files
authored
Merge pull request #443 from rubyzip/v2-3-0
Bump version to 2.3.0
2 parents 516941b + 69186f6 commit 3bc55a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# X.X.X (Next)
22

3+
# 2.3.0 (2020-03-14)
4+
35
- Fix frozen string literal error [#431](https://github.com/rubyzip/rubyzip/pull/431)
46
- Set `OutputStream.write_buffer`'s buffer to binmode [#439](https://github.com/rubyzip/rubyzip/pull/439)
57
- Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437) [#440](https://github.com/rubyzip/rubyzip/pull/440)

lib/zip/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Zip
2-
VERSION = '2.2.0'
2+
VERSION = '2.3.0'
33
end

0 commit comments

Comments
 (0)
0