From e000121e39c73b776e369a78a10a810c78977622 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Thu, 15 Aug 2024 20:18:18 +0200 Subject: [PATCH] This is 0.25.20. --- CHANGELOG.md | 4 ---- futhark.cabal | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628fa7ab5d..3c0d87499b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Better error message when in-place updates fail at runtime due to a shape mismatch. -### Removed - -### Changed - ### Fixed * `#[unroll]` on an outer loop now no longer causes unrolling of all diff --git a/futhark.cabal b/futhark.cabal index c03058f88d..89cca67d12 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.26.0 +version: 0.25.20 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to