Skip to content

Commit

Permalink
[devtools] sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dry-bot committed Jul 10, 2022
1 parent 9e700a7 commit ad67e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->

## 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.

Expand All @@ -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

Expand Down

0 comments on commit ad67e5b

Please sign in to comment.