Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Nov 23, 2024
1 parent 59419ca commit ef70ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
> 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.9
- Adds the `morse` unit for Morse code encoding and decoding.

## Version 0.7.8
- The `u16` unit is no longer limited to the little-endian variant of UTF-16.
- The `snip` unit was given a new argument `--stream` which allows each offset to be relative to the end of the previously extracted data.
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.7.8'
__version__ = '0.7.9'
__distribution__ = 'binary-refinery'

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

0 comments on commit ef70ced

Please sign in to comment.