Skip to content

Commit

Permalink
chore(main): release 1.13.1 (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 18, 2024
1 parent 01953bb commit 0b13f8a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.13.0"
".": "1.13.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.13.1](https://github.com/open-feature/go-sdk/compare/v1.13.0...v1.13.1) (2024-10-18)


### 🐛 Bug Fixes

* **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))
* 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))


### 🧹 Chore

* **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))


### 📚 Documentation

* 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))

## [1.13.0](https://github.com/open-feature/go-sdk/compare/v1.12.0...v1.13.0) (2024-09-09)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.13.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.13.0&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.13.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.13.1&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down

0 comments on commit 0b13f8a

Please sign in to comment.