From c423716cdd4f41842e1220bdc2b82d59aa635a9a Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Wed, 15 Apr 2020 15:55:54 +0200 Subject: [PATCH] This is 0.15.4. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0337582ca..248c9ebb6f 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.16.0] +## [0.15.4] ### Added @@ -26,10 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Type errors are now printed in red for better legibility (thanks to @mxxo!). -### Removed - -### Changed - ### Fixed * Fixed incorrect handling of opaques in entry point return types. diff --git a/futhark.cabal b/futhark.cabal index ef7793a2f2..2ac740be0e 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: futhark -version: 0.16.0 +version: 0.15.4 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to efficient parallel code. It is a statically typed, data-parallel,