We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ccb8e8 + ca464c8 commit 556b6f5Copy full SHA for 556b6f5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [v0.3.0](https://github.com/Songmu/gocredits/compare/v0.2.0...v0.3.0) - 2022-09-25
8
- install binaries go install is better. by @bootjp in https://github.com/Songmu/gocredits/pull/15
9
- introduce modern releng stack by @Songmu in https://github.com/Songmu/gocredits/pull/16
version.go
@@ -1,5 +1,5 @@
package gocredits
-const version = "0.3.0"
+const version = "0.3.1"
var revision = "HEAD"
0 commit comments