Skip to content

Commit

Permalink
Prepare for v1.3.6 Release (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkedar committed Jul 19, 2023
1 parent 6250ad0 commit b5f7502
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

# v1.3.6:

### Minor Updates
- [Feature #431](https://github.com/google/osv-scanner/pull/431)
Update GoVulnCheck integration.
- [Feature #439](https://github.com/google/osv-scanner/pull/439)
Create `models.PURLToPackage()`, and deprecate `osvscanner.PURLToPackage()`.

### Fixes
- [Feature #439](https://github.com/google/osv-scanner/pull/439)
Fix `PURLToPackage` not returning the full namespace of packages in ecosystems
that use them (e.g. golang).


# v1.3.5:

### Features
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 @@ -15,7 +15,7 @@ import (

var (
// Update this variable when doing a release
version = "1.3.5"
version = "1.3.6"
commit = "n/a"
date = "n/a"
)
Expand Down

0 comments on commit b5f7502

Please sign in to comment.