Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
madpah committed Mar 10, 2022
2 parents dc03aa9 + 6a5fe46 commit e2702ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ workflows:
jobs:
- manual_release:
type: approval
filters:
branches:
only: main
- release_and_pypi_publish:
requires:
- manual_release
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.4.5 (2022-02-15)
### Fix
* Pin some upstream dependencies to prevent #112 ([#113](https://github.com/sonatype-nexus-community/jake/issues/113)) ([`8a43e0a`](https://github.com/sonatype-nexus-community/jake/commit/8a43e0af074f797abaddcc0a542b5e08d8a75b36))

## v1.4.4 (2022-02-08)
### Fix
* CWEs are `int` and needed to be stringified ([#102](https://github.com/sonatype-nexus-community/jake/issues/102)) ([`3e15cb1`](https://github.com/sonatype-nexus-community/jake/commit/3e15cb16c037d8bb09eb5c38dbd239dd345f09cc))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jake"
version = "1.4.4"
version = "1.4.5"
description = "An OSS Index integration to check for vulnerabilities in your Python environments"
authors = ["Sonatype Community <community-group@sonatype.com>"]
maintainers = ["Sonatype Community <community-group@sonatype.com>"]
Expand Down

0 comments on commit e2702ae

Please sign in to comment.