From 3a0b59011b68a3ef8a2ddc49c974996e93cdb5a2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 8 Jun 2020 18:06:04 -0400 Subject: [PATCH] Revised 0.18 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ff990e..879b48a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## 0.18 - June 8, 2020 -The main focus of this release is Arthur Maciel's Cyclone-Winds package manager, the official package manager for Cyclone Scheme! The `cyclone-winds` binary is built and installed as part of our [bootstrap](https://github.com/justinethier/cyclone-bootstrap) installation. Alternatively it can be built and installed separately if you already have a copy of Cyclone installed, though version 0.18 or higher is required. +The main focus of this release is Arthur Maciel's Cyclone-Winds package manager, the official package manager for Cyclone Scheme! Cyclone-Winds contains a growing list of packages and is an easy way to distribute programs and libraries built using Cyclone. + +The `cyclone-winds` binary is installed as part of our [bootstrap](https://github.com/justinethier/cyclone-bootstrap) installation. Alternatively it can be built and installed separately if you already have a copy of Cyclone installed, though version 0.18 or higher is required. Please visit the [Cyclone-Winds](https://github.com/cyclone-scheme/cyclone-winds) site for more information.