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 1
1
{
2
- "." : " 0.0.3 "
2
+ "." : " 0.1.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## [ 0.0.3] ( https://github.com/open-feature/ruby-sdk/compare/v0.0.2...v0.0.3 ) (2022-11-11)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- openfeature-sdk (0.0.3 )
4
+ openfeature-sdk (0.1.0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
module OpenFeature
4
4
module SDK
5
- VERSION = "0.0.3 "
5
+ VERSION = "0.1.0 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments