diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a65c9db1..8adc1dae67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,13 @@ 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.26.0] +## [0.25.10] ### Added * Faster non-commutative reductions in the GPU backends. Work by Anders Holst and Christian Påbøl Jacobsen. -### Removed - -### Changed - ### Fixed * Interpreter crash for certain complicated size expressions involving diff --git a/futhark.cabal b/futhark.cabal index c150bef6f3..be2ca5463e 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.26.0 +version: 0.25.10 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to