File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.3 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.0] ( https://github.com/open-feature/ruby-sdk/compare/v0.0.3...v0.1.0 ) (2022-12-15)
4+
5+
6+ ### Features
7+
8+ * Add client object ([ #34 ] ( https://github.com/open-feature/ruby-sdk/issues/34 ) ) ([ 92f8d0d] ( https://github.com/open-feature/ruby-sdk/commit/92f8d0d4bf693bf74d0f076621f3453f11d4ca65 ) )
9+ * OpenFeature::SDK.configure ([ #41 ] ( https://github.com/open-feature/ruby-sdk/issues/41 ) ) ([ 7587799] ( https://github.com/open-feature/ruby-sdk/commit/75877997dcb49aeb38a4969734df87b2845e1e6a ) )
10+ * ** spec:** Add API implementation ([ #32 ] ( https://github.com/open-feature/ruby-sdk/issues/32 ) ) ([ d6b0922] ( https://github.com/open-feature/ruby-sdk/commit/d6b0922a54e9cb714c44dfe58ddab01356f6916b ) )
11+
312## [ 0.0.3] ( https://github.com/open-feature/ruby-sdk/compare/v0.0.2...v0.0.3 ) (2022-11-11)
413
514
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- openfeature-sdk (0.0.3 )
4+ openfeature-sdk (0.1.0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 22
33module OpenFeature
44 module SDK
5- VERSION = "0.0.3 "
5+ VERSION = "0.1.0 "
66 end
77end
You can’t perform that action at this time.
0 commit comments