We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b0c82 commit 37c1155Copy full SHA for 37c1155
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [[unpublished]](https://github.com/mlange-42/ark/compare/v0.6.1...main)
+## [[v0.6.2]](https://github.com/mlange-42/ark/compare/v0.6.1...v0.6.2)
4
5
### Performance
6
benchmark/table/main.go
@@ -10,7 +10,7 @@ import (
10
"github.com/mlange-42/ark/benchmark"
11
)
12
13
-const version = "v0.6.2-dev"
+const version = "v0.6.2"
14
const goVersion = "1.25.1"
15
16
func main() {
0 commit comments