Skip to content

Commit 81b811c

Browse files
chore(main): release 2.11.1 (#209)
Co-authored-by: tbckr-automation[bot] <146582694+tbckr-automation[bot]@users.noreply.github.com>
1 parent d6280f4 commit 81b811c

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.0"
2+
".": "2.11.1"
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.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+
310
## [2.11.0](https://github.com/tbckr/sgpt/compare/v2.10.1...v2.11.0) (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.0" // x-release-please-version
25+
version = "v2.11.1" // x-release-please-version
2626
commit = "unset"
2727
commitDate = "unset"
2828
)

0 commit comments

Comments
 (0)