From a23a4471ca0b2d36d8f6c75079290389ca8fe4cd Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 19 Jul 2024 11:26:17 +0200 Subject: [PATCH] This is 0.25.18. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f2075d8a..e3697bb677 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.18] ### Added @@ -14,10 +14,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Improved handling of large monomorphic single-dimensional array literals (#2160). -### Removed - -### Changed - ### Fixed * `futhark repl` no longer asks for confirmation on EOF. diff --git a/futhark.cabal b/futhark.cabal index 01073838cf..d6619d75e7 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.26.0 +version: 0.25.18 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to