Skip to content

Commit

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

- Improved extendability: one may override
  `Magic::Decoratable#decorator_base` to be used for lookups.
- `Magic::Decoratable.classes` for all the decoratables.

## Fixed

- Failures on double decoration attempts.
  • Loading branch information
Alexander-Senko committed Oct 27, 2024
1 parent 67999b9 commit 241d758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.3.0]UNRELEASED
## [0.3.0]2024-10-27

### Added

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

module Magic
module Decorator
VERSION = '0.3.0.alpha'
VERSION = '0.3.0'
end
end

0 comments on commit 241d758

Please sign in to comment.