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 9f9d8b9 commit b59e304Copy full SHA for b59e304
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 2.9.5
2
+
3
+### Fixes
4
+- ensure the correct deterministic sort order is produced when ordered specs are generated by a helper function [7fa0b6b]
5
6
+### Maintenance
7
+- fix generators link (#1200) [9f9d8b9]
8
+- Bump golang.org/x/tools from 0.8.0 to 0.9.1 (#1196) [150e3f2]
9
+- fix spelling err in docs (#1199) [0013b1a]
10
+- Bump golang.org/x/sys from 0.7.0 to 0.8.0 (#1193) [9e9e3e5]
11
12
## 2.9.4
13
14
### Fixes
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.9.4"
+const VERSION = "2.9.5"
0 commit comments