diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d68ca7925..b1062c46ea 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.19.0] +## [0.18.6] ### Added @@ -37,10 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Parser errors in test blocks used by `futhark bench` and `futhark test` are now reported with much better error messages. -### Removed - -### Changed - ### Fixed * Interaction between slice simplification and in-place updates diff --git a/futhark.cabal b/futhark.cabal index a0ed32c418..9e24d91062 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: futhark -version: 0.19.0 +version: 0.18.6 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to