Skip to content

Commit

Permalink
chore(main): release providers/ofrep 0.1.3 (#540)
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 Jul 29, 2024
1 parent f0b5547 commit fe29ca4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"providers/unleash": "0.0.3-alpha",
"providers/harness": "0.0.4-alpha",
"providers/statsig": "0.0.2",
"providers/ofrep": "0.1.2",
"providers/ofrep": "0.1.3",
"tests/flagd": "1.4.1"
}
9 changes: 9 additions & 0 deletions providers/ofrep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/ofrep/v0.1.2...providers/ofrep/v0.1.3) (2024-07-26)


### 🐛 Bug Fixes

* Default GO parsing is float64 for int ([#539](https://github.com/open-feature/go-sdk-contrib/issues/539)) ([2f6a40e](https://github.com/open-feature/go-sdk-contrib/commit/2f6a40e6a6ffa75ac583aaaee6a937d8ab10ca19))
* Don't panic if metadata not present in the response ([#537](https://github.com/open-feature/go-sdk-contrib/issues/537)) ([f0b5547](https://github.com/open-feature/go-sdk-contrib/commit/f0b554746934b496902563c2fdf7cb68bf8e2f1d))
* Should return a parse error if error while parsing ([#538](https://github.com/open-feature/go-sdk-contrib/issues/538)) ([1e2a7f4](https://github.com/open-feature/go-sdk-contrib/commit/1e2a7f4abb2fb48ca5047b7e4aa16cfc50a199a8))

## [0.1.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/ofrep/v0.1.1...providers/ofrep/v0.1.2) (2024-07-26)


Expand Down

0 comments on commit fe29ca4

Please sign in to comment.