Skip to content

Commit ba3fcb0

Browse files
committed
bump: release 0.8.0 → 0.9.0
Automatically generated by Commitizen.
1 parent 895547a commit ba3fcb0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.9.0 (2024-04-05)
2+
3+
### Feat
4+
5+
- extend static analysis and compute confidence scores for deploy commands (#673)
6+
- use provenance to find commits for supported PURL types. (#653)
7+
8+
### Fix
9+
10+
- preserve the order of elements of lists extracted from defaults.ini (#660)
11+
112
## v0.8.0 (2024-03-05)
213

314
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ version_files = [
123123
"src/macaron/__init__.py:__version__",
124124
]
125125
major_version_zero = true
126-
version = "0.8.0"
126+
version = "0.9.0"
127127

128128

129129
# 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.8.0"
11+
__version__ = "0.9.0"
1212

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

0 commit comments

Comments
 (0)