diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 14:11:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 14:12:06 +0700 |
| commit | 34cb54fc8fc68dededfe57e42ba8ae50d0d91fda (patch) | |
| tree | 243ab0b2160ea7ecdfd7c05e9a91ca1c315afe61 | |
| parent | 18daecb17ffbf17bafc0074b990fe4fa6ce9f042 (diff) | |
| download | gorankusu-34cb54fc8fc68dededfe57e42ba8ae50d0d91fda.tar.xz | |
Release gorankusu v0.8.1 (2025-12-27)v0.8.1
[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.
| -rw-r--r-- | CHANGELOG.adoc | 15 | ||||
| -rw-r--r-- | gorankusu.go | 2 |
2 files changed, 16 insertions, 1 deletions
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. |
