From 47a4409c4d92da3e49f3b11799f28716275bd5c2 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 15 Apr 2022 14:28:29 +0200 Subject: [PATCH] This is 0.21.9. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102d91fe90..7dc031647f 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.22.0] +## [0.21.9] ### Added @@ -27,10 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Aleksander Junge has improved `futhark bench` such that it intelligently chooses how many runs to perform (#1335). -### Removed - -### Changed - ### Fixed * Incomplete simplification would cause some instances of nested diff --git a/futhark.cabal b/futhark.cabal index 5e877a76ca..b981325c99 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.22.0 +version: 0.21.9 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to