Skip to content

Commit b59e304

Browse files
committed
v2.9.5
1 parent 9f9d8b9 commit b59e304

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
## 2.9.4
213

314
### Fixes

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.9.4"
3+
const VERSION = "2.9.5"

0 commit comments

Comments
 (0)