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 Apr 1, 2014
1 parent 648ffef commit b8e9ec7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.8.0:
date: 2014-04-01
changes:
- initial directory entry support.
- normalize null sources to empty buffer.
- crc32: replace with buffer-crc32.
- other small tweaks. see git log.
v0.7.1:
date: 2014-03-27
changes:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Archiver v0.7.1 [![Build Status](https://travis-ci.org/ctalkington/node-archiver.svg?branch=master)](https://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.8.0 [![Build Status](https://travis-ci.org/ctalkington/node-archiver.svg?branch=master)](https://travis-ci.org/ctalkington/node-archiver)

Creates Archives (Zip, Tar) via Node Streams.

Expand Down Expand Up @@ -139,7 +139,7 @@ Compresses the tar archive using gzip, default is false.

Passed to node's [zlib](http://nodejs.org/api/zlib.html#zlib_options) module to control compression. Options may vary by node version.

### Eile Data
### Entry Data

#### name `string` `required`

Expand All @@ -151,7 +151,7 @@ Sets the entry date. This can be any valid date string or instance. Defaults to

#### mode `number`

Sets the entry permissions. Defaults to 0664.
Sets the entry permissions. Defaults to octal 0664.

## Things of Interest

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.7.1",
"version": "0.8.0",
"description": "Creates Archives (ZIP) via Node Streams.",
"homepage": "https://github.com/ctalkington/node-archiver",
"author": {
Expand Down

0 comments on commit b8e9ec7

Please sign in to comment.