Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Jul 2, 2014
1 parent 62e0a87 commit 2cd5667
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.5
=====

* Treat empty file as non-exists (@layerssss)
* Revert regression commit
* Return created zip file from Zip::File.open when supplied a block (@tpickett66)
* Zip::Entry::DEFLATED is forced on every file (@mehmetc)
* Add InputStream#ungetc (@zacstewart)
* Alias for legacy error names (@orien)

1.1.4
=====

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.4'
VERSION = '1.1.5'
end

0 comments on commit 2cd5667

Please sign in to comment.