From ad67e5b8f3f8e0717ee67bd13a477ace5fd66131 Mon Sep 17 00:00:00 2001 From: dry-bot Date: Sun, 10 Jul 2022 09:47:37 +0000 Subject: [PATCH] [devtools] sync --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4596b5f..c81d6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## unreleased +## 0.10.0 2022-07-10 ⚠️ Notice that dry-container no longer depends on dry-configurable. If you happen to rely on the advanced configurable functionality, add dry-configurable as a dependency and require it **before** requiring dry-container. @@ -10,11 +10,11 @@ ### Changed +- [BREAKING] Replace dep on dry-configurable with a simple `Configuration` mod (see #84 for more details) (@solnic) - Raise KeyError for missing key, with DidYouMean integration (via #82) (@cllns) -- Replace dep on dry-configurable with a simple `Configuration` mod (see #84 for more details) (@solnic) - Wrap FrozenError, to state that the container itself is frozen (see #74) (@cllns) -[Compare v0.9.0...master](https://github.com/dry-rb/dry-container/compare/v0.9.0...master) +[Compare v0.9.0...v0.10.0](https://github.com/dry-rb/dry-container/compare/v0.9.0...v0.10.0) ## 0.9.0 2021-09-12