Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Feb 1, 2024
1 parent 00e77e2 commit 2f6a245
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
@@ -1,5 +1,9 @@
# Binary Refinery Changelog

## Version 0.6.27
- The key derivation units `DESDerive`, `CryptDeriveKey`, and `PasswordDeriveBytes` have been renamed to `deskd`, `mscdk`, and `mspdb`, respectively, in order to match the common refinery unit naming convention of using indecipherable and consonant-heavy abbreviations.
- When passing integer arguments to the units `xor`, `add`, and `sub`, the block size is now automatically adjusted to the smallest size that will contain the given argument.

## Version 0.6.26
- Thanks to [@EricFaehrmann][], `xtzip` (and `xt`) now support doubly-loaded ZIP archives.

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.26'
__version__ = '0.6.27'
__distribution__ = 'binary-refinery'

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

0 comments on commit 2f6a245

Please sign in to comment.