From fbeceb4937be4d0807763b60918595bac64864f0 Mon Sep 17 00:00:00 2001 From: Hadeweka Date: Mon, 13 Sep 2021 22:22:27 +0200 Subject: [PATCH] Bumped version to 0.13.2 --- Changelog.md | 14 ++++++++++++++ README.md | 10 ---------- shard.yml | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Changelog.md b/Changelog.md index 13c62bf..6a8ea29 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,20 @@ ## Releases +### Version 0.13.2 + +#### Features + +* Windows support for the default mruby implementation + +#### Usability + +* CI for MRI (on Linux) + +#### Bugfixes + +* Fixed macro error for MRI + ### Version 0.13.1 #### Bugfixes diff --git a/README.md b/README.md index 3cffdec..de6d438 100644 --- a/README.md +++ b/README.md @@ -227,16 +227,6 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'. ## Upcoming releases -### Version 0.14.0 - -#### Features - -* [X] Windows support for the default mruby implementation - -#### Usability - -* [ ] CI for MRI (on Linux) - ### Version 1.0.0 This release will mark the first full release of Anyolite, mostly diff --git a/shard.yml b/shard.yml index 916d81e..839f738 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: anyolite -version: 0.13.1 +version: 0.13.2 authors: - Hadeweka