From 1136a4f6c1fbaefa2a2fa262d411067f4a0e8366 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Wed, 6 Jul 2022 19:30:19 +0200 Subject: [PATCH] This is 0.21.13. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e995e54db..4991c1c429 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.13] ### Added @@ -34,10 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Tuples and records can now be passed from FutharkScript to Futhark entry points (#1684). -### Removed - -### Changed - ### Fixed * Sometimes missing cases in `match` expressions were not detected. diff --git a/futhark.cabal b/futhark.cabal index 891d9f38e7..867c928b00 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.22.0 +version: 0.21.13 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to