From 5395f11bc447a976d377299a38a5957852f68dd4 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Mon, 18 Apr 2022 21:31:35 +0200 Subject: [PATCH] This is 0.21.10. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903fe4a45a..8ce77c96db 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.10] ### Added @@ -15,10 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * New math functions: `f16.cbrt`, `f32.cbrt`, `f64.cbrt`. -### Removed - -### Changed - ### Fixed * Variables being indexed now have correct source spans in AST. diff --git a/futhark.cabal b/futhark.cabal index 5e877a76ca..48c4cec609 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.22.0 +version: 0.21.10 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to