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