File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
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.22 .0"
149+ version = " 0.23 .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.22 .0"
11+ __version__ = "0.23 .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