Skip to content

Commit 556b6f5

Browse files
authored
Merge pull request #20 from Songmu/tagpr-from-v0.3.0
Release for v0.3.1
2 parents 9ccb8e8 + ca464c8 commit 556b6f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.3.1](https://github.com/Songmu/gocredits/compare/v0.3.0...v0.3.1) - 2024-07-06
4+
- docs: add the installation guide with aqua by @suzuki-shunsuke in https://github.com/Songmu/gocredits/pull/19
5+
- replace ioutil by @yulog in https://github.com/Songmu/gocredits/pull/21
6+
37
## [v0.3.0](https://github.com/Songmu/gocredits/compare/v0.2.0...v0.3.0) - 2022-09-25
48
- install binaries go install is better. by @bootjp in https://github.com/Songmu/gocredits/pull/15
59
- introduce modern releng stack by @Songmu in https://github.com/Songmu/gocredits/pull/16

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package gocredits
22

3-
const version = "0.3.0"
3+
const version = "0.3.1"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)