CHANGELOG.md in magic-lookup-0.1.0 vs CHANGELOG.md in magic-lookup-0.2.0

- old
+ new

@@ -1,5 +1,15 @@ -## [Unreleased] +## [0.2.0] — 2024-10-19 -## [0.1.0] - 2024-10-07 +### Added -- Initial release +- Optional `namespace` parameter to `Magic::Lookup#for` for class lookups within a namespace. +- `Magic::Lookup#namespaces` to set default lookup namespaces. + + +## [0.1.0] — 2024-10-10 + +### Added + +- `Magic::Lookup#for` for name-based class lookups. +- `Magic::Lookup::Error` to be used when lookup fails. +- `Magic::Lookup::Error.for` factory helper.