Skip to content

Commit

Permalink
Bumped version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka committed Feb 26, 2021
1 parent 355908b commit a4e3a86
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: anyolite
version: 0.4.1
version: 0.5.0

authors:
- Hadeweka
Expand Down

0 comments on commit a4e3a86

Please sign in to comment.