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
Expand Up @@ -2,7 +2,6 @@ language: ruby
sudo: false

This comment was marked as spam.

Copy link
@tronable1

tronable1 Feb 9, 2020

Sudo : true

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
@@ -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
@@ -1,3 +1,3 @@
module Zip
VERSION = '1.1.6'
VERSION = '1.1.7'
end

2 comments on commit 0cbae14

@johnnyshields
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you intentionally dropping support for Ruby 1.9.3?

@johnnyshields
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also according to SemVer this should ideally be 1.2.0 (significant changes which are non-breaking --> minor version bump)

Please sign in to comment.