File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## v0.8.0 (2024-03-05)
2
13
3
14
### Feat
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ version_files = [
123
123
" src/macaron/__init__.py:__version__" ,
124
124
]
125
125
major_version_zero = true
126
- version = " 0.8 .0"
126
+ version = " 0.9 .0"
127
127
128
128
129
129
# 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.8 .0"
11
+ __version__ = "0.9 .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