File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.6.1 "
2+ "." : " 0.6.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.2] ( https://github.com/open-feature/ruby-sdk/compare/v0.6.1...v0.6.2 ) (2026-03-07)
4+
5+
6+ ### Features
7+
8+ * add logging hook (spec Appendix A) ([ #229 ] ( https://github.com/open-feature/ruby-sdk/issues/229 ) ) ([ 2f681c9] ( https://github.com/open-feature/ruby-sdk/commit/2f681c910198d2bfa16389018f42ca9dc3270936 ) )
9+ * add transaction context propagation (spec 3.3) ([ #230 ] ( https://github.com/open-feature/ruby-sdk/issues/230 ) ) ([ 0aff30f] ( https://github.com/open-feature/ruby-sdk/commit/0aff30f77a0b680341cfd3d1f43e9d1f0ede1b75 ) )
10+
311## [ 0.6.1] ( https://github.com/open-feature/ruby-sdk/compare/v0.6.0...v0.6.1 ) (2026-03-05)
412
513
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- openfeature-sdk (0.6.1 )
4+ openfeature-sdk (0.6.2 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 1717 </a >
1818 <!-- x-release-please-start-version -->
1919
20- <a href =" https://github.com/open-feature/ruby-sdk/releases/tag/v0.6.1 " >
21- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.6.1 &color=blue&style=for-the-badge" />
20+ <a href =" https://github.com/open-feature/ruby-sdk/releases/tag/v0.6.2 " >
21+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.6.2 &color=blue&style=for-the-badge" />
2222 </a >
2323
2424 <!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33module OpenFeature
44 module SDK
5- VERSION = "0.6.1 "
5+ VERSION = "0.6.2 "
66 end
77end
You can’t perform that action at this time.
0 commit comments