Version bump

This commit is contained in:
Alexander Simonov 2017-02-08 13:50:16 +02:00
parent ce4208fdec
commit 98f4f2ed9b
No known key found for this signature in database
GPG Key ID: 5CCFFED829314C35
2 changed files with 14 additions and 1 deletions

View File

@ -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
=====

View File

@ -1,3 +1,3 @@
module Zip
VERSION = '1.2.0'
VERSION = '1.2.1'
end