Skip to content

Commit 84493c4

Browse files
committed
bump: release 0.19.0 → 0.20.0
Automatically generated by Commitizen.
1 parent e6aee3e commit 84493c4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.20.0 (2025-12-04)
2+
3+
### Feat
4+
5+
- improve repo finder detection and report (#1251)
6+
- add dockerfile output for Python builds (#1242)
7+
- add github actions for macaron (#1241)
8+
- add --existing-policy flag in verify-policy command for predefined policies (#1189)
9+
10+
### Fix
11+
12+
- sanitize version specifier and handled generator name edge case for Python builds (#1247)
13+
114
## v0.19.0 (2025-11-17)
215

316
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ version_files = [
144144
"src/macaron/__init__.py:__version__",
145145
]
146146
major_version_zero = true
147-
version = "0.19.0"
147+
version = "0.20.0"
148148

149149

150150
# https://github.com/pytest-dev/pytest-cov

src/macaron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The version of this package. There's no comprehensive, official list of other
99
# magic constants, so we stick with this one only for now. See also this conversation:
1010
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
11-
__version__ = "0.19.0"
11+
__version__ = "0.20.0"
1212

1313
# The path to the Macaron package.
1414
MACARON_PATH = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)