Skip to content

Commit b31acfe

Browse files
committed
bump: release 0.22.0 → 0.23.0
Automatically generated by Commitizen.
1 parent d07edd4 commit b31acfe

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.23.0 (2026-03-31)
2+
3+
### Feat
4+
5+
- add more inputs to Macaron Action and improve GitHub Action analysis (#1339)
6+
- change dockerfile generation for Python rebuild to always default to standard build command (#1336)
7+
- adjusted max_download_size to 30MB (#1337)
8+
9+
### Fix
10+
11+
- improve URL validation to avoid unexpected redirects (#1344)
12+
- allow parsing of github expressions containing non-breaking-space characters, and allow dataflow analysis to fail (#1340)
13+
- improve has_binary flag condition for Python buildspec generation (#1333)
14+
115
## v0.22.0 (2026-02-25)
216

317
### 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.22.0"
149+
version = "0.23.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.22.0"
11+
__version__ = "0.23.0"
1212

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

0 commit comments

Comments
 (0)