10000 Version bump · rubyzip/rubyzip@98f4f2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 98f4f2e

Browse files
committed
Version bump
1 parent ce4208f commit 98f4f2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
1.2.1
2+
=====
3+
4+
* Add accessor to @internal_file_attributes #304
5+
* Extended globbing #303
6+
* README updates #283, #289
7+
* Cleanup after tests #298, #306
8+
* Fix permissions on new zip files #294, #300
9+
* Fix examples #297
10+
* Support cp932 encoding #308
11+
* Fix Directory traversal vulnerability #315
12+
* Allow open_buffer to work without a given block #314
13+
114
1.2.0
215
=====
316

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.0'
2+
VERSION = '1.2.1'
33
end

0 commit comments

Comments
 (0)
0