File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
providers/openfeature-provider-flagd Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/openfeature-provider-flagd" : " 0.1.0 "
2+ "providers/openfeature-provider-flagd" : " 0.1.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.1] ( https://github.com/open-feature/elixir-sdk-contrib/compare/openfeature-provider-flagd/v0.1.0...openfeature-provider-flagd/v0.1.1 ) (2025-06-23)
4+
5+
6+ ### 🧹 Chore
7+
8+ * clean up Flagd provider mix file ([ #12 ] ( https://github.com/open-feature/elixir-sdk-contrib/issues/12 ) ) ([ efa8e7f] ( https://github.com/open-feature/elixir-sdk-contrib/commit/efa8e7f726733cf22fa4510090f70f5fde9662fa ) )
9+ * ** deps:** update dependency ex_doc to ~ > ; 0.38 ([ #9 ] ( https://github.com/open-feature/elixir-sdk-contrib/issues/9 ) ) ([ 9e5af79] ( https://github.com/open-feature/elixir-sdk-contrib/commit/9e5af79d3f130420532bf6f4e5ff6a98d6ee6c50 ) )
10+ * ** deps:** update dependency grpc to ~ > ; 0.10.0 ([ #10 ] ( https://github.com/open-feature/elixir-sdk-contrib/issues/10 ) ) ([ 3f147d6] ( https://github.com/open-feature/elixir-sdk-contrib/commit/3f147d65a8c5e032598b0c4f795c13d7f01d113d ) )
11+ * ** deps:** update dependency mimic to v1.12.0 ([ #15 ] ( https://github.com/open-feature/elixir-sdk-contrib/issues/15 ) ) ([ 3df351c] ( https://github.com/open-feature/elixir-sdk-contrib/commit/3df351cf2e5f0209fee09fb2d7b0e90f6e2e6d3c ) )
12+ * skip undefined reference warnings in EventStream ([ #7 ] ( https://github.com/open-feature/elixir-sdk-contrib/issues/7 ) ) ([ bf74489] ( https://github.com/open-feature/elixir-sdk-contrib/commit/bf74489d213ed5af44f9947c1ba8396c20be2cfa ) )
13+
314## [ 0.1.0] ( https://github.com/open-feature/elixir-sdk-contrib/compare/openfeature-provider-flagd/v0.1.0...openfeature-provider-flagd/v0.1.0 ) (2025-04-22)
415
516
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule OpenFeature.Provider.Flagd.MixProject do
33
44 @ git_repo "https://github.com/open-feature/elixir-sdk-contrib"
55
6- @ version "0.1.0 "
6+ @ version "0.1.1 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments