Skip to content

Commit

Permalink
Merge pull request #102 from k1LoW/tagpr-from-v0.14.4
Browse files Browse the repository at this point in the history
Release for v0.14.5
  • Loading branch information
k1LoW authored Jul 4, 2023
2 parents cfec34a + 39154b9 commit cfec02e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v0.14.5](https://github.com/k1LoW/ndiag/compare/v0.14.4...v0.14.5) - 2023-07-04
- Bump golang.org/x/image from 0.1.0 to 0.5.0 by @dependabot in https://github.com/k1LoW/ndiag/pull/101
- Bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in https://github.com/k1LoW/ndiag/pull/103
- Fix workaround for svg parsing by @k1LoW in https://github.com/k1LoW/ndiag/pull/106
- Fix CI by @k1LoW in https://github.com/k1LoW/ndiag/pull/107

## [v0.14.4](https://github.com/k1LoW/ndiag/compare/v0.14.3...v0.14.4) - 2022-11-04
- Use octocov by @k1LoW in https://github.com/k1LoW/ndiag/pull/95
- Bump up go and pkgs by @k1LoW in https://github.com/k1LoW/ndiag/pull/96
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "ndiag"

// Version for this
var Version = "0.14.4"
var Version = "0.14.5"

0 comments on commit cfec02e

Please sign in to comment.