From c555bb463abab414af6fd6119c343adda02d898e Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 26 Nov 2021 14:01:44 +0100 Subject: [PATCH] This is 0.20.7. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02a050d01..d62b3425b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.21.0] +## [0.20.7] ### Added @@ -14,10 +14,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Prelude function `not` for negating booleans. -### Removed - -### Changed - ### Fixed * Some incorrect removal of copies (#1505). diff --git a/futhark.cabal b/futhark.cabal index 46c060f3e2..d1fac484c1 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.21.0 +version: 0.20.7 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to