Skip to content

Commit

Permalink
Released v0.2.0
Browse files Browse the repository at this point in the history
## Added

- Optional `namespace` parameter to `Magic::Lookup#for` for class
  lookups within a namespace.
- `Magic::Lookup#namespaces` to set default lookup namespaces.
  • Loading branch information
Alexander-Senko committed Oct 19, 2024
1 parent 32d1fa6 commit 5715285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.2.0]UNRELEASED
## [0.2.0]2024-10-19

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ scope_class = Scope.for(object.class) or

`Magic::Lookup::Error` is never raised internally and is meant to be used in your code that implements the lookup logic.

## Features
## 🔮 Magic

### Inheritance

Expand Down
2 changes: 1 addition & 1 deletion lib/magic/lookup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Magic
module Lookup
VERSION = '0.2.0.alpha'
VERSION = '0.2.0'
end
end

0 comments on commit 5715285

Please sign in to comment.