From 7a53d02ad7be7ce50a4fad193e289a2e08c2bca7 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Wed, 13 Mar 2024 23:00:46 +0100 Subject: [PATCH] This is 0.25.14. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003e8300f2..aaf8e89b57 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.26.0] +## [0.25.14] ### Added @@ -21,10 +21,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * `futhark --version` now reports GHC version. -### Removed - -### Changed - ### Fixed * Incorrect type checking of let-bound sizes occurring multiple times diff --git a/futhark.cabal b/futhark.cabal index a23106779f..46c926902f 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.26.0 +version: 0.25.14 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to