Prep 0.22 release

This commit is contained in:
Justin Ethier 2020-11-03 18:27:00 -05:00
parent 0f08d2d6a9
commit 7b20da8638
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## 0.22 - TBD ## 0.22 - November 3, 2020
Features Features
- Added definitions from SRFI 162 (comparators sublibrary) to the `(srfi 128)` library. - Added definitions from SRFI 162 (comparators sublibrary) to the `(srfi 128)` library.

View file

@ -4,7 +4,7 @@ MAINTAINER justin.ethier@gmail.com
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ENV CYCLONE_VERSION v0.21 ENV CYCLONE_VERSION v0.22
RUN apt update -y RUN apt update -y
RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc