Skip to content

Commit 490915b

Browse files
chore(main): release 2.11.2 (#210)
Co-authored-by: tbckr-automation[bot] <146582694+tbckr-automation[bot]@users.noreply.github.com>
1 parent 1aae8d4 commit 490915b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.1"
2+
".": "2.11.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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+
310
## [2.11.1](https://github.com/tbckr/sgpt/compare/v2.11.0...v2.11.1) (2023-12-29)
411

512

internal/buildinfo/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
package buildinfo
2323

2424
var (
25-
version = "v2.11.1" // x-release-please-version
25+
version = "v2.11.2" // x-release-please-version
2626
commit = "unset"
2727
commitDate = "unset"
2828
)

0 commit comments

Comments
 (0)