diff --git a/README.md b/README.md index bbd6524..772df51 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,25 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'. ## Releases +### Version 0.5.0 + +#### Features + +* Support for enums +* Ability to rename classes and modules + +#### Usability + +* Empty argument list for specialization can be specified with nil +* Exclusion message for mruby methods, finalize and to_unsafe +* Exclusion of non-public methods +* Exclusion of to_unsafe +* Non-fatal runtime errors are triggered in mruby instead of Crystal + +#### Bugfixes + +* Proper resolution of class and module hierarchies + ### Version 0.4.1 #### Usability @@ -301,25 +320,6 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'. ## Upcoming releases -### Version 0.5.0 - -#### Features - -* [X] Support for enums -* [X] Ability to rename classes and modules - -#### Usability - -* [X] Empty argument list for specialization can be specified with nil -* [X] Exclusion message for mruby methods, finalize and to_unsafe -* [X] Exclusion of non-public methods -* [X] Exclusion of to_unsafe -* [X] Non-fatal runtime errors are triggered in mruby instead of Crystal - -#### Bugfixes - -* [X] Proper resolution of class and module hierarchies - ### Version 0.6.0+ * [ ] Support for Crystal 0.36.1 (should already work, not tested yet) diff --git a/shard.yml b/shard.yml index 82e55c6..6fcee63 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: anyolite -version: 0.4.1 +version: 0.5.0 authors: - Hadeweka