Skip to content

Commit 0b13f8a

Browse files
chore(main): release 1.13.1 (#288)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01953bb commit 0b13f8a

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
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-
".": "1.13.0"
2+
".": "1.13.1"
33
}

CHANGELOG.md

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

3+
## [1.13.1](https://github.com/open-feature/go-sdk/compare/v1.13.0...v1.13.1) (2024-10-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module golang.org/x/text to v0.19.0 ([#290](https://github.com/open-feature/go-sdk/issues/290)) ([cd5b89a](https://github.com/open-feature/go-sdk/commit/cd5b89a5c404b374612295c22f8ec31a409bc033))
9+
* Prevent panic when setting non-comparable named providers ([#286](https://github.com/open-feature/go-sdk/issues/286)) ([01953bb](https://github.com/open-feature/go-sdk/commit/01953bb18a1f80e9ce3d90f2ed146332cf611d64))
10+
11+
12+
### 🧹 Chore
13+
14+
* **deps:** update codecov/codecov-action action to v4.6.0 ([#287](https://github.com/open-feature/go-sdk/issues/287)) ([368336f](https://github.com/open-feature/go-sdk/commit/368336f303b80be2298441fcb7440c29205c9b0e))
15+
16+
17+
### 📚 Documentation
18+
19+
* update Go package manager link ([#292](https://github.com/open-feature/go-sdk/issues/292)) ([3551f3c](https://github.com/open-feature/go-sdk/commit/3551f3c08610b5acd1a40fb4c30d88100bfbd258))
20+
321
## [1.13.0](https://github.com/open-feature/go-sdk/compare/v1.12.0...v1.13.0) (2024-09-09)
422

523

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.13.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.13.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.13.1">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.13.1&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)