Skip to content

Commit 21ff0b4

Browse files
release: 0.13.0 (#177)
1 parent da67f26 commit 21ff0b4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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-
".": "0.12.0"
2+
".": "0.13.0"
33
}

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/sumup/sumup-go/compare/v0.12.0...v0.13.0) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* alias shared objects in respective packages ([#179](https://github.com/sumup/sumup-go/issues/179)) ([ae34f17](https://github.com/sumup/sumup-go/commit/ae34f1727253cb95052a1a50ca44d61d58d40ed9))
9+
* report runtime info ([#180](https://github.com/sumup/sumup-go/issues/180)) ([da67f26](https://github.com/sumup/sumup-go/commit/da67f26590b20194514064b726eea8d618f9c963))
10+
11+
12+
### Bug Fixes
13+
14+
* **cd:** gomarkdoc config ([32c04b6](https://github.com/sumup/sumup-go/commit/32c04b6d4c4402ce4816961bbb41c3d6ca1ffd64))
15+
316
## [0.12.0](https://github.com/sumup/sumup-go/compare/v0.11.1...v0.12.0) (2026-01-08)
417

518

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package internal
22

3-
const Version = "0.12.0" // x-release-please-version
3+
const Version = "0.13.0" // x-release-please-version

0 commit comments

Comments
 (0)