Skip to content

Commit

Permalink
Bumped to version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka committed Sep 27, 2021
1 parent fbe7461 commit c679e57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Releases

### Version 0.14.0

#### Features

* Support for copying wrapped objects
* Ruby classes and modules can be obtained by name

#### Breaking changes

* All classes and structs automatically wrap the Crystal `dup` function as a copy constructor
* Updates in C glue functions

### Version 0.13.2

#### Features
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,18 +227,6 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'.

## Upcoming releases

### Version 0.14.0

#### Features

* Support for copying wrapped objects
* Ruby classes and modules can be obtained by name

#### Breaking changes

* All classes and structs automatically wrap the Crystal `dup` function as a copy constructor
* Updates in C glue functions

### Version 1.0.0

This release will mark the first full release of Anyolite, mostly
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.13.2
version: 0.14.0

authors:
- Hadeweka
Expand Down

0 comments on commit c679e57

Please sign in to comment.