Version bump
This commit is contained in:
parent
ce4208fdec
commit
98f4f2ed9b
13
Changelog.md
13
Changelog.md
|
@ -1,3 +1,16 @@
|
|||
1.2.1
|
||||
=====
|
||||
|
||||
* Add accessor to @internal_file_attributes #304
|
||||
* Extended globbing #303
|
||||
* README updates #283, #289
|
||||
* Cleanup after tests #298, #306
|
||||
* Fix permissions on new zip files #294, #300
|
||||
* Fix examples #297
|
||||
* Support cp932 encoding #308
|
||||
* Fix Directory traversal vulnerability #315
|
||||
* Allow open_buffer to work without a given block #314
|
||||
|
||||
1.2.0
|
||||
=====
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Zip
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.2.1'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue