Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Nov 30, 2023
1 parent 2a4d786 commit b888af9
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
@@ -1,5 +1,8 @@
# Binary Refinery Changelog

## Version 0.6.25
- Fixes bugs that caused errors in Python 3.12 environments.

## Version 0.6.24
- The paths extracted by `xthtml`, `xtxml` and `xtjson` now avoid the use of parentheses to work better on Bash.
- Adds the `sosemanuk` cipher unit.
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.24'
__version__ = '0.6.25'
__distribution__ = 'binary-refinery'

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

0 comments on commit b888af9

Please sign in to comment.