8000 Bump to 1.2.4 · rubyzip/rubyzip@0d85cb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d85cb6

Browse files
committed
Bump to 1.2.4
1 parent 9a41ce6 commit 0d85cb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
-
44

5+
# 1.2.4 (2019-09-06)
6+
7+
- Do not rewrite zip files opened with `open_buffer` that have not changed [#360](https://github.com/rubyzip/rubyzip/pull/360)
8+
59
Tooling / Documentation
610

711
- Update `example_recursive.rb` in README [#397](https://github.com/rubyzip/rubyzip/pull/397)

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 = '1.2.3'
2+
VERSION = '1.2.4'
33
end

0 commit comments

Comments
 (0)
0