mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 13:37:33 +02:00
Bump to 0.15 for next release
This commit is contained in:
parent
fa97a33bcf
commit
8b4a4bd18e
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
## 0.15 - TBD
|
||||
|
||||
## 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.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*version-banner*
|
||||
*c-file-header-comment*)
|
||||
(begin
|
||||
(define *version-number* "0.14")
|
||||
(define *version-number* "0.15")
|
||||
(define *version-name* "")
|
||||
(define *version* (string-append *version-number* " " *version-name* ""))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue