Prepare v1.11.0 development

This commit is contained in:
Johan Fylling
2025-10-31 14:19:08 +01:00
parent e6865c4c9f
commit 65e0d2c7e3
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## 1.10.0
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"runtime/debug"
)
var Version = "1.10.0"
var Version = "1.11.0-dev"
// GoVersion is the version of Go this was built with
var GoVersion = runtime.Version()