diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-03 20:50:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-03 20:50:43 +0700 |
| commit | 9de29dcba4b24a04742e456104c8d7a1ef584814 (patch) | |
| tree | 83da993665ccc4dbfe93e115b00b6fd492bcdecb /gorankusu.go | |
| parent | da9fd5d01661dbe2354fa78a82938c9b081e1740 (diff) | |
| download | gorankusu-0.8.0.tar.xz | |
Release gorankusu v0.8.0 (2025-02-03)v0.8.0
[BREAKING CHANGES]
The git submodule in "_www/wui" has been renamed to "_www/pakakeh_ts".
If you have cloned this project before, you need to rename the sub directory
manually and re-init it.
----
$ mv _www/wui _www/pakakeh_ts
$ git submodule update --init
----
[CHORE]
The linter has been replaced many times, from revive to "go vet", and from
using binary form of fieldalignment and shadow; to use internal command
gocheck that do the same things, which simplify our setup.
[CHORE]
Split the CSS into separate file.
This is allow modifying the CSS without touching the index.html, and may be
used by other HTML files later.
[CHORE]
Fix some broken links in the documentation pages, including link to
Changelog, README, and SPEC.
Diffstat (limited to 'gorankusu.go')
| -rw-r--r-- | gorankusu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gorankusu.go b/gorankusu.go index 02fb8c8..c4e432a 100644 --- a/gorankusu.go +++ b/gorankusu.go @@ -17,7 +17,7 @@ import ( ) // Version of gorankusu module. -const Version = `0.7.0` +const Version = `0.8.0` // Gorankusu is the HTTP server with web user interface and APIs for running and // load testing the registered HTTP endpoints. |
