From 9de29dcba4b24a04742e456104c8d7a1ef584814 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 3 Feb 2025 20:50:43 +0700 Subject: Release gorankusu v0.8.0 (2025-02-03) [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. --- gorankusu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gorankusu.go') 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. -- cgit v1.3