Bump to 0.15 for next release

This commit is contained in:
Justin Ethier 2020-02-10 18:20:35 -05:00
parent fa97a33bcf
commit 8b4a4bd18e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## 0.15 - TBD
## 0.14 - February 11, 2020 ## 0.14 - February 11, 2020
Cyclone now automatically relocates any stack objects when performing a mutation. This prevents a whole range of race conditions that had previously been possible in multithreaded application code. And since this work is done by the Cyclone runtime no special code needs to be added to your applications. Cyclone now automatically relocates any stack objects when performing a mutation. This prevents a whole range of race conditions that had previously been possible in multithreaded application code. And since this work is done by the Cyclone runtime no special code needs to be added to your applications.

View file

@ -15,7 +15,7 @@
*version-banner* *version-banner*
*c-file-header-comment*) *c-file-header-comment*)
(begin (begin
(define *version-number* "0.14") (define *version-number* "0.15")
(define *version-name* "") (define *version-name* "")
(define *version* (string-append *version-number* " " *version-name* "")) (define *version* (string-append *version-number* " " *version-name* ""))