File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.19.0 (2025-11-17)
2+
3+ ### Feat
4+
5+ - generate build specification for pure python wheels (#1221 )
6+ - add basic support for Python in gen-build-spec (#1203 )
7+
8+ ### Fix
9+
10+ - added check for missing release information for anomalous version (#1235 )
11+ - gen-build-spec maven/gradle cli parsers failed to parse valid command lines with intermixed positional args and options (#1212 )
12+
13+ ### Refactor
14+
15+ - show table headers in console and improve exits (#1216 )
16+
117## v0.18.0 (2025-10-10)
218
319### 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.18 .0"
147+ version = " 0.19 .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.18 .0"
11+ __version__ = "0.19 .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