Skip to content

Commit

Permalink
bump: release 0.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
behnazh-w committed Nov 26, 2024
1 parent 3dce3ce commit 7cfc839
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.14.0 (2024-11-26)

### Feat

- report known malware for all ecosystems (#922)
- add command to run repo and commit finder without analysis (#827)
- add a new check to report the build tool (#914)
- verify whether the reported repository can be linked back to the artifact (#873)
- allow specifying the dependency depth resolution through CLI and make dependency resolution off by default (#840)

### Fix

- block terminal prompts in find source (#918)
- fix a bug in GitHub Actions matrix variable resolution (#896)
- prevent endless loop on 403 GitHub response (#866)

### Refactor

- accept provenance data in artifact pipeline check (#872)
- remove --config-path from CLI (#844)

## v0.13.0 (2024-09-16)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ version_files = [
"src/macaron/__init__.py:__version__",
]
major_version_zero = true
version = "0.13.0"
version = "0.14.0"


# https://github.com/pytest-dev/pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion src/macaron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# The version of this package. There's no comprehensive, official list of other
# magic constants, so we stick with this one only for now. See also this conversation:
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
__version__ = "0.13.0"
__version__ = "0.14.0"

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

0 comments on commit 7cfc839

Please sign in to comment.