Skip to content

Commit 9a84c21

Browse files
committed
v2.27.2
1 parent a69113a commit 9a84c21

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.27.2
2+
3+
### Fixes
4+
- inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]
5+
6+
### Maintenance
7+
- Fix syntax errors and typo [a99c6e0]
8+
- Fix paragraph position error [f993df5]
9+
110
## 2.27.1
211

312
### 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.27.1"
3+
const VERSION = "2.27.2"

0 commit comments

Comments
 (0)