Skip to content

Commit

Permalink
bump for release. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Aug 18, 2013
1 parent fa9d3ce commit 786da07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ v0.5.0:
date: 2013-XX-XX
changes:
- (in development; release date estimated)
v0.4.7:
date: 2013-08-18
changes:
- core: bit of queue handling tweaks.
- core: increase internal buffer size.
- zip: always convert filenames to utf8. (GH #41)
- zip: workaround race condition with deflate.pipe. thanks @inolen (GH #32)
v0.4.6:
date: 2013-07-07
changes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Archiver v0.4.6 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.4.7 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)

Creates Archives (Zip, Tar) via Node Streams. Depends on Node's built-in zlib module for compression available since version 0.6.3.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archiver",
"version": "0.4.6",
"version": "0.4.7",
"description": "Creates Archives (ZIP) via Node Streams.",
"homepage": "https://github.com/ctalkington/node-archiver",
"author": {
Expand Down

0 comments on commit 786da07

Please sign in to comment.