Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Apr 9, 2024
1 parent 71179ae commit de99c87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
> If a release contains only bugfix, it is marked as a 'bugfix release'.
> Otherwise, the changelog entries highlight only new or changed functionality.
## Version 0.6.35
- Adds the `nrv2b`, `nrv2d`, and `nrv2e` decompression units.
- Adds the `fernet` unit to decrypt messages in Fernet format.

## Version 0.6.34
- The `chop` unit has a second argument now that allows to specify the step size.
Also, The `--into` argument has been removed because this can be done more succinctly using the `size` meta variable and long division.
Expand Down
2 changes: 1 addition & 1 deletion refinery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
4. `refinery.units`: writing custom units, add command-line arguments, and how to use refinery
units within Python code.
"""
__version__ = '0.6.34'
__version__ = '0.6.35'
__distribution__ = 'binary-refinery'

from typing import Dict, List, Optional, Type
Expand Down

0 comments on commit de99c87

Please sign in to comment.