Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Aug 27, 2024
1 parent 7c8a6b1 commit 7a0ef29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
> 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.7.0
- Raises minimum Python requirement to 3.8.
- Removes automatic escapes from `cfmt`; this now has to be done explicitly.
- The `rsa` unit can now output keys in Microsoft BLOB format.
- Adds the `urn` unit.
- Adds several multibin handlers to modify file system paths (`pp`/`pb`/`pn`/`px`).

## Version 0.6.43
- Adds the hash units `sha3-224`, `sha3-256`, `sha3-384`, `sha3-512`, and `keccak256`.

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.43'
__version__ = '0.7.0'
__distribution__ = 'binary-refinery'

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

0 comments on commit 7a0ef29

Please sign in to comment.