Skip to content

Commit

Permalink
bump: release 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by Commitizen.
  • Loading branch information
behnazh-w committed Nov 3, 2023
1 parent 44c07b4 commit 516552a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v0.6.0 (2023-11-03)

### Feat

- add download timeout config (#483)
- support gzipped provenance files (#504)
- support running the analysis with SBOM and the main software component with no repository (#165)
- add support for Go, npm and Yarn build tools (#451)
- enable repo finder to support more languages via Open Source Insights (#388)

### Fix

- resolve podman compatibility issues (#512)
- do not use git set-branches if the target branch is not currently available in the repository (#491)
- fix bash syntax error when running `run_macaron.sh` on MacOS (#528)

### Refactor

- refactor interface of base check (#513)
- allow the branch name in the schema of a repository to be null (#532)

### Perf

- use partial clone to reduce clone time (#389)

## v0.5.0 (2023-09-14)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ version_files = [
"src/macaron/__init__.py:__version__",
]
major_version_zero = true
version = "0.5.0"
version = "0.6.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.5.0"
__version__ = "0.6.0"

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

0 comments on commit 516552a

Please sign in to comment.