Skip to content

Commit edfe06e

Browse files
committed
bump: release 0.12.0 → 0.13.0
Automatically generated by Commitizen.
1 parent 95453c8 commit edfe06e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## v0.12.0 (2024-08-16)
212

313
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ version_files = [
137137
"src/macaron/__init__.py:__version__",
138138
]
139139
major_version_zero = true
140-
version = "0.12.0"
140+
version = "0.13.0"
141141

142142

143143
# 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.12.0"
11+
__version__ = "0.13.0"
1212

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

0 commit comments

Comments
 (0)