Skip to content

Commit

Permalink
Release 1.3.1 changelog (google#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Mar 30, 2023
1 parent dbaa84a commit 7c08000
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.5.0
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
upload-assets: true # upload to a new release
upload-assets: false # upload to a new release
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.3.1:
===

### Fixes
- [Bug #319](https://github.com/google/osv-scanner/issues/319) Fix segmentation fault when parsing CycloneDX without dependencies.

v1.3.0:
===

Expand Down
2 changes: 1 addition & 1 deletion cmd/osv-scanner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var (
// Update this variable when doing a release
version = "1.3.0"
version = "1.3.1"
commit = "n/a"
date = "n/a"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/osv-scanner/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func TestRun(t *testing.T) {
args: []string{"", "--version"},
wantExitCode: 0,
wantStdout: `
osv-scanner version: 1.3.0
osv-scanner version: 1.3.1
commit: n/a
built at: n/a
`,
Expand Down

0 comments on commit 7c08000

Please sign in to comment.