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 7ea6f9b commit d8ae582Copy full SHA for d8ae582
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.42.15
2
* Fixed checking `nil` error with `internal/xerrors.Is`
3
4
## v3.42.14
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "42"
6
- VersionPatch = "14"
+ VersionPatch = "15"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments