Skip to content

Commit d8da306

Browse files
chore(main): release 1.8.0 (#215)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f554876 commit d8da306

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-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.7.0"
2+
".": "1.8.0"
33
}

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/open-feature/go-sdk/compare/v1.7.0...v1.8.0) (2023-09-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/cucumber/godog to v0.13.0 ([#210](https://github.com/open-feature/go-sdk/issues/210)) ([33c5f2f](https://github.com/open-feature/go-sdk/commit/33c5f2f5de478ee7123ccf0ffe594fcaf4d2555b))
9+
* **deps:** update module golang.org/x/text to v0.13.0 ([#211](https://github.com/open-feature/go-sdk/issues/211)) ([d850ebc](https://github.com/open-feature/go-sdk/commit/d850ebc5c831ccee5edd490e3c2f019e2188b4ad))
10+
11+
12+
### ✨ New Features
13+
14+
* run event handlers immediately, add STALE (0.7.0 compliance) ([#221](https://github.com/open-feature/go-sdk/issues/221)) ([9c0012f](https://github.com/open-feature/go-sdk/commit/9c0012f6762926489d2763b60e486170fdce9c09))
15+
16+
17+
### 🧹 Chore
18+
19+
* bump spec badge in readme to v0.7.0 ([#223](https://github.com/open-feature/go-sdk/issues/223)) ([403275e](https://github.com/open-feature/go-sdk/commit/403275e925d5715e8f90d87296b7e3f626f8fb14))
20+
* **deps:** update codecov/codecov-action action to v4 ([#222](https://github.com/open-feature/go-sdk/issues/222)) ([1ac250b](https://github.com/open-feature/go-sdk/commit/1ac250bc21996d247c38639eb96099e64b10541c))
21+
* fix golangci-lint version ([#216](https://github.com/open-feature/go-sdk/issues/216)) ([e79382a](https://github.com/open-feature/go-sdk/commit/e79382a748fb914e0fa94a61d292e509094cdc46))
22+
* fix logo rendering outside of github ([#226](https://github.com/open-feature/go-sdk/issues/226)) ([e2b3586](https://github.com/open-feature/go-sdk/commit/e2b35865b9ca48a5fe772307dd206b46553da51a))
23+
* revert to CodeCov Action to v3 ([#225](https://github.com/open-feature/go-sdk/issues/225)) ([152416d](https://github.com/open-feature/go-sdk/commit/152416df30e01fe22112105358481eeb2d03a160))
24+
* sort imports of go files ([#214](https://github.com/open-feature/go-sdk/issues/214)) ([a98950d](https://github.com/open-feature/go-sdk/commit/a98950d3f51a1e3ff4660a8ffeb5dcee50876304))
25+
* update comments for named provider related function ([#213](https://github.com/open-feature/go-sdk/issues/213)) ([2e670b2](https://github.com/open-feature/go-sdk/commit/2e670b27391e6a1d5b77ad78a18db23e41c43a50))
26+
27+
28+
### 📚 Documentation
29+
30+
* Update README.md ([#218](https://github.com/open-feature/go-sdk/issues/218)) ([a2ea804](https://github.com/open-feature/go-sdk/commit/a2ea804bcf53307ee1e3bf92b52de812d1358a4f))
31+
32+
33+
### 🔄 Refactoring
34+
35+
* write [T]Value in terms of [T]ValueDetails ([#224](https://github.com/open-feature/go-sdk/issues/224)) ([f554876](https://github.com/open-feature/go-sdk/commit/f554876e5ed32cdb45aaf396ae2214bad28c3c26))
36+
337
## [1.7.0](https://github.com/open-feature/go-sdk/compare/v1.6.0...v1.7.0) (2023-08-11)
438

539

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.7.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.8.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.8.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)