File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.13.0 (2024-09-16)
2
+
3
+ ### Feat
4
+
5
+ - add a script to check VSA (#858 )
6
+
7
+ ### Fix
8
+
9
+ - use gnu-sed on mac instead of the built-in sed command (#853 )
10
+
1
11
## v0.12.0 (2024-08-16)
2
12
3
13
### Feat
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ version_files = [
137
137
" src/macaron/__init__.py:__version__" ,
138
138
]
139
139
major_version_zero = true
140
- version = " 0.12 .0"
140
+ version = " 0.13 .0"
141
141
142
142
143
143
# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 8
8
# The version of this package. There's no comprehensive, official list of other
9
9
# magic constants, so we stick with this one only for now. See also this conversation:
10
10
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
11
- __version__ = "0.12 .0"
11
+ __version__ = "0.13 .0"
12
12
13
13
# The path to the Macaron package.
14
14
MACARON_PATH = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments