Skip to content

Commit 6ffa916

Browse files
committed
new release
1 parent 30ec079 commit 6ffa916

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
> If a release contains only bugfix, it is marked as a 'bugfix release'.
66
> Otherwise, the changelog entries highlight only new or changed functionality.
77
8+
## Version 0.9.10
9+
- The `hlg`, `hls`, and `hlb` units were added for easier access to different style flavors of syntax highlighting.
10+
- The `bruteforce` unit now accepts integer intervals as argument rather than Python slices. This means that `1:4` includes `4`.
11+
- Various units for FNV hashing were added, i.e. `fnv0`, `fnv1`, `fnv1a`, and shortcuts for various bit sizes.
12+
- This release also includes significant performance improvements to the .NET parser.
13+
814
## Version 0.9.9
915
- The `hl` unit was added for highlighting source code on the terminal.
1016
- The `xtmsi` unit now supports Advanced Installer binaries which include the MSI with obfuscated header.

refinery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"""
3535
from __future__ import annotations
3636

37-
__version__ = '0.9.9'
37+
__version__ = '0.9.10'
3838
__distribution__ = 'binary-refinery'
3939

4040
import pickle

0 commit comments

Comments
 (0)