Skip to content

Commit 8983792

Browse files
committed
Prepare release
1 parent 1f10eb9 commit 8983792

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
# 0.26.0 (2025-09-01)
5+
* Fix flaky unit test TestBenchmarkStateGetQuantileSuccess
6+
* Add http2 support to yab
7+
48
# 0.25.0 (2025-08-12)
59
* Fix invalid reference to syscall.recvmsg
610
* Optionally encode binary in thrift responses in the same way as requests

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ package main
2222

2323
// versionString is the sem-ver version string for yab.
2424
// It will be bumped explicitly on releases.
25-
var versionString = "0.25.0"
25+
var versionString = "0.26.0"

0 commit comments

Comments
 (0)