File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.10.6
9+ - The modular dependency system was simplified;
10+ there are now simply the options ` default ` , ` extended ` , and ` all ` on top of base refinery.
11+ - The ` unq ` unit for restoring AV-quarantined files was added.
12+ It currently has near zero test coverage and is based entirely on unquarantining lore.
13+
814## Version 0.10.5
915The release contains the new ` -g ` switch in ` binref ` for AI agents.
1016
Original file line number Diff line number Diff line change 3434"""
3535from __future__ import annotations
3636
37- __version__ = '0.10.5 '
37+ __version__ = '0.10.6 '
3838__distribution__ = 'binary-refinery'
3939
4040import pickle
You can’t perform that action at this time.
0 commit comments