Skip to content

Commit 7001575

Browse files
committed
new release
1 parent 7111eb0 commit 7001575

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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.13
9+
- The `xtdmp` unit was added for extracting files from Minidumps.
10+
- Refinery was extended by a custom ZIP archive parser which can detect data caves and should support all archives (and probably more) than what was previously supported.
11+
812
## Version 0.9.12 - bugfix release
913

1014
## Version 0.9.11 - bugfix release

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.12'
37+
__version__ = '0.9.13'
3838
__distribution__ = 'binary-refinery'
3939

4040
import pickle

0 commit comments

Comments
 (0)