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 a69113a commit 9a84c21Copy full SHA for 9a84c21
2 files changed
CHANGELOG.md
@@ -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
10
## 2.27.1
11
12
### Fixes
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.27.1"
+const VERSION = "2.27.2"
0 commit comments