Skip to content

Commit

Permalink
Merge pull request #21 from k1LoW/tagpr-from-v0.3.4
Browse files Browse the repository at this point in the history
Release for v0.3.5
  • Loading branch information
k1LoW authored Dec 19, 2023
2 parents 7da1315 + 2df8dbe commit 6db7204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.3.5](https://github.com/k1LoW/gh-do/compare/v0.3.4...v0.3.5) - 2023-12-19
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/gh-do/pull/20

## [v0.3.4](https://github.com/k1LoW/gh-do/compare/v0.3.3...v0.3.4) - 2023-10-11
- docs: add the installation guide with aqua by @suzuki-shunsuke in https://github.com/k1LoW/gh-do/pull/17
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/gh-do/pull/19
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 = "gh-do"

// Version for this

Check failure on line 6 in version/version.go

View workflow job for this annotation

GitHub Actions / Test

Comment should end in a period (godot)
var Version = "0.3.4"
var Version = "0.3.5"

0 comments on commit 6db7204

Please sign in to comment.