Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Feb 2, 2015
1 parent 002959f commit 0cbae14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.1.7
=====

* Fix UTF-8 support for comments
* `Zip.sort_entries` working for zip output
* Prevent tempfile path from being unlinked by garbage collection
* NTFS Extra Field (0x000a) support
* Use String#tr instead of String#gsub
* Ability to not show warning about incorrect date
* Be smarter about handling buffer file modes.
* Support for Traditional Encryption (ZipCrypto)

1.1.6
=====

Expand Down
2 changes: 1 addition & 1 deletion lib/zip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Zip
VERSION = '1.1.6'
VERSION = '1.1.7'
end

0 comments on commit 0cbae14

Please sign in to comment.