diff options
| -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. |
