From 34cb54fc8fc68dededfe57e42ba8ae50d0d91fda Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Dec 2025 14:11:52 +0700 Subject: Release gorankusu v0.8.1 (2025-12-27) [CHORE] Update README for broken link in example. While at it, break the links that point to localhost and email. [CHORE] Run eslint from node_modules/.bin directory directly. Using npx does not guarantee works on system installed nodejs. [CHORE] go.mod: set minimum Go version to 1.24.0 and update all dependencies. --- CHANGELOG.adoc | 15 +++++++++++++++ gorankusu.go | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index d8176c6..e3f596e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,21 @@ :sectlinks: +[#v0_8_1] +== gorankusu v0.8.1 (2025-12-27) + +[CHORE] +Update README for broken link in example. +While at it, break the links that point to localhost and email. + +[CHORE] +Run eslint from node_modules/.bin directory directly. +Using npx does not guarantee works on system installed nodejs. + +[CHORE] +go.mod: set minimum Go version to 1.24.0 and update all dependencies. + + [#v0_8_0] == gorankusu v0.8.0 (2025-02-03) diff --git a/gorankusu.go b/gorankusu.go index c4e432a..93ff1f7 100644 --- a/gorankusu.go +++ b/gorankusu.go @@ -17,7 +17,7 @@ import ( ) // Version of gorankusu module. -const Version = `0.8.0` +const Version = `0.8.1` // Gorankusu is the HTTP server with web user interface and APIs for running and // load testing the registered HTTP endpoints. -- cgit v1.3