File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ version_files = [
144144 " src/macaron/__init__.py:__version__" ,
145145]
146146major_version_zero = true
147- version = " 0.19 .0"
147+ version = " 0.20 .0"
148148
149149
150150# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 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.
1414MACARON_PATH = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments