Skip to content

Commit 289599f

Browse files
committed
bump: release 0.18.0 → 0.19.0
Automatically generated by Commitizen.
1 parent d1f807d commit 289599f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

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.18.0"
147+
version = "0.19.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.18.0"
11+
__version__ = "0.19.0"
1212

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

0 commit comments

Comments
 (0)