Skip to content

Commit fda4dda

Browse files
committed
bump: release 0.21.0 → 0.22.0
Automatically generated by Commitizen.
1 parent f3bec7f commit fda4dda

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ version_files = [
146146
"src/macaron/__init__.py:__version__",
147147
]
148148
major_version_zero = true
149-
version = "0.21.0"
149+
version = "0.22.0"
150150

151151

152152
# 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.21.0"
11+
__version__ = "0.22.0"
1212

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

0 commit comments

Comments
 (0)