Skip to content

Commit 74bbcdd

Browse files
authored
Prepare release (#428)
1 parent be971b1 commit 74bbcdd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

4+
# 0.25.0 (2025-08-12)
5+
* Fix invalid reference to syscall.recvmsg
6+
* Optionally encode binary in thrift responses in the same way as requests
7+
* Fix GH actions cache version
8+
49
# 0.24.0 (2025-01-27)
510
* Fix add default authority as service name for reflection call
611
* Added arm64 builds to release

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.24.0"
25+
var versionString = "0.25.0"

0 commit comments

Comments
 (0)