Skip to content

Commit

Permalink
Update version number, add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr42 committed Feb 27, 2023
1 parent 9a0a598 commit a2ee013
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v1.1.0

- Use `pigz` / `pbzip2` for faster compression, if available

## v1.0.0

- Initial release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Install with `pip` or [pipx][]:
$ pip install icepack
```

If `pigz` or `pbzip2` are installed, they will be used for faster compression.

[pipx]: https://pypa.github.io/pipx/

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion src/icepack/meta.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = 'icepack'
VERSION = '1.0.0'
VERSION = '1.1.0'

SECRET_KEY = 'identity' # nosec No secret
PUBLIC_KEY = 'identity.pub'
Expand Down

0 comments on commit a2ee013

Please sign in to comment.