Skip to content

Commit 32f2f6d

Browse files
committed
bump: release 0.3.0 → 0.4.0
Automatically generated by Commitizen.
1 parent 5ee90f7 commit 32f2f6d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.4.0 (2023-09-01)
2+
3+
### Feat
4+
5+
- support trusted SLSA L3 builders for Maven, Gradle, Node.js, and containers (#445)
6+
- add purl as a CLI option (#401)
7+
8+
### Fix
9+
10+
- add timeout to Gradle Group ID detection (#446)
11+
- rename `domain` to `hostname` in Git service configuration (#453)
12+
- always pull latest docker image in run_macaron.sh (#448)
13+
- by default, always pull latest version of docker image, but allow this behaviour to be overidden by setting the DOCKER_PULL env var
14+
15+
Signed-off-by: Nicholas Allen <nicholas.allen@oracle.com>
16+
- **proxy**: use the host proxy settings for Maven and Gradle (#434)
17+
- update justifications to be complete for multi build tool projects (#432)
18+
119
## v0.3.0 (2023-08-22)
220

321
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ version_files = [
122122
"src/macaron/__init__.py:__version__",
123123
]
124124
major_version_zero = true
125-
version = "0.3.0"
125+
version = "0.4.0"
126126

127127

128128
# 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.3.0"
11+
__version__ = "0.4.0"
1212

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

0 commit comments

Comments
 (0)