Skip to content

Commit 8f333dd

Browse files
authored
Merge pull request #31 from k1LoW/tagpr-from-v2.0.5
Release for v2.1.0
2 parents 23b1756 + 5b2d108 commit 8f333dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [v2.1.0](https://github.com/k1LoW/trivy-db-to/compare/v2.0.5...v2.1.0) - 2023-12-08
2+
- sqlite3 support by @nozo-moto in https://github.com/k1LoW/trivy-db-to/pull/30
3+
- Use modernc.org/sqlite for CGO_ENABLED=0 builds. by @k1LoW in https://github.com/k1LoW/trivy-db-to/pull/32
4+
15
## [v2.0.5](https://github.com/k1LoW/trivy-db-to/compare/v2.0.4...v2.0.5) - 2023-10-30
26
- Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.7+incompatible by @dependabot in https://github.com/k1LoW/trivy-db-to/pull/28
37
- Bump google.golang.org/grpc from 1.54.0 to 1.56.3 by @dependabot in https://github.com/k1LoW/trivy-db-to/pull/27

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "trivy-db-to"
55

66
// Version for this
7-
var Version = "2.0.5"
7+
var Version = "2.1.0"

0 commit comments

Comments
 (0)