We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02dcdb commit 2e2c94cCopy full SHA for 2e2c94c
CHANGELOG.md
@@ -5,6 +5,10 @@
5
> If a release contains only bugfix, it is marked as a 'bugfix release'.
6
> Otherwise, the changelog entries highlight only new or changed functionality.
7
8
+## Version 0.9.19
9
+- The `xtinno` (and thereby `xt`) now support Inno Setup up to version 6.6.1.
10
+- The `innopwd` unit has improved logging and can intercept passwords in more cases.
11
+
12
## Version 0.9.18 - bugfix release
13
14
## Version 0.9.17 - bugfix release
refinery/__init__.py
@@ -34,7 +34,7 @@
34
"""
35
from __future__ import annotations
36
37
-__version__ = '0.9.18'
+__version__ = '0.9.19'
38
__distribution__ = 'binary-refinery'
39
40
import pickle
0 commit comments