diff --git a/CHANGELOG.md b/CHANGELOG.md index 8629693fa6..5ec31a3d5d 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.7] ### Added @@ -18,10 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Reloading a large program in `futhark repl` is now faster, as long as not too many of its files have been modified (#1597). -### Removed - -### Changed - ### Fixed * Mistake in occurs check could cause infinite loop in type checker diff --git a/futhark.cabal b/futhark.cabal index e746429c11..5212cce2ea 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.22.0 +version: 0.21.7 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to