We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962fe9b commit fdfaf6eCopy full SHA for fdfaf6e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.1.18 / 2026-02-02
2
+
3
+* Return correct exit code when terminated with signal (#110)
4
+* Build with Go 1.25.6
5
6
## v0.1.17 / 2025-12-16
7
8
* Mitigate BREACH attacks with random jitter and optional compression guard (#102)
lib/thruster/version.rb
@@ -1,3 +1,3 @@
module Thruster
- VERSION = "0.1.17"
+ VERSION = "0.1.18"
end
0 commit comments