diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-13 10:07:11 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-13 10:09:30 +0700 |
| commit | 85d43645f617e4679d4f08cc6f4501ccdc4e2143 (patch) | |
| tree | 102fef350d5a7b57f672233c6a42a3d3beb1b79f | |
| parent | 4d63f05deac80f2470bfb73a0094072f8a7606b4 (diff) | |
| download | gotp-0.2.3.tar.xz | |
Release gotp v0.2.3 (2023-02-12)v0.2.3
=== Enhancements
* all: add bash completion script
=== Chores
* all: move the installation steps in AUR to Makefile
* make: change the build and install directory
The build task now create binary under _sys/usr/bin/, while the install
task install the binary based on $DESTDIR environment variable, not
$GOBIN.
| -rw-r--r-- | _doc/CHANGELOG.adoc | 20 | ||||
| -rw-r--r-- | gotp.go | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc index 9adfc7a..4382a75 100644 --- a/_doc/CHANGELOG.adoc +++ b/_doc/CHANGELOG.adoc @@ -7,6 +7,26 @@ Shulhan <ms@kilabit.info> :sectlinks: +[#v0_2_3] +== gotp v0.2.3 (2023-02-12) + +[#v0_2_3_enhancements] +=== Enhancements + +all: add bash completion script:: + +[#v0_2_3_chores] +=== Chores + +all: move the installation steps in AUR to Makefile:: + + +make: change the build and install directory:: ++ +The build task now create binary under _sys/usr/bin/, while the install +task install the binary based on $DESTDIR environment variable, not $GOBIN. + + [#v0_2_2] == gotp v0.2.2 (2022-09-06) @@ -25,7 +25,7 @@ const ( ) var ( - Version = `0.2.2` + Version = `0.2.3` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period |
