File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.22.0 (2026-02-25)
2+
3+ ### Feat
4+
5+ - prepare metadata for Macaron Action to publish on Marketplace (#1315 )
6+ - add the JSON schema for the default Macaron buildspec (#1314 )
7+
18## v0.21.0 (2026-02-23)
29
310### Feat
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ version_files = [
146146 " src/macaron/__init__.py:__version__" ,
147147]
148148major_version_zero = true
149- version = " 0.21 .0"
149+ version = " 0.22 .0"
150150
151151
152152# 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.21 .0"
11+ __version__ = "0.22 .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