Skip to content

Commit

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

- `Magic::Decorator::Base` — a basic decorator class.
- `Magic::Decoratable` to be included in decoratable classes.
  - `#decorate`,
  - `#decorate!`,
  - `#decorated`,
  - `#decorated?`.
  • Loading branch information
Alexander-Senko committed Oct 13, 2024
1 parent 5f5c1c6 commit 09e2b24
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]
## [0.1.0] — 2024-10-13

## [0.1.0] - 2024-10-07
### Added

- Initial release
- `Magic::Decorator::Base` — a basic decorator class.
- `Magic::Decoratable` to be included in decoratable classes.
- `#decorate`,
- `#decorate!`,
- `#decorated`,
- `#decorated?`.

0 comments on commit 09e2b24

Please sign in to comment.