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 d6280f4 commit 81b811cCopy full SHA for 81b811c
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.11.0"
+ ".": "2.11.1"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.11.1](https://github.com/tbckr/sgpt/compare/v2.11.0...v2.11.1) (2023-12-29)
4
+
5
6
+### Bug Fixes
7
8
+* do not build 389 arch docker images ([d6280f4](https://github.com/tbckr/sgpt/commit/d6280f4768036a76be47e6caa64f4f6b799ccb65))
9
10
## [2.11.0](https://github.com/tbckr/sgpt/compare/v2.10.1...v2.11.0) (2023-12-29)
11
12
internal/buildinfo/version.go
@@ -22,7 +22,7 @@
22
package buildinfo
23
24
var (
25
- version = "v2.11.0" // x-release-please-version
+ version = "v2.11.1" // x-release-please-version
26
commit = "unset"
27
commitDate = "unset"
28
)
0 commit comments