From 2ef145256f4f37fd1698e22b4cd6617ecadd3e71 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Thu, 21 Sep 2023 10:05:17 +0200 Subject: [PATCH] This is 0.25.5. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0f723fc9..185219bf44 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.5] ### Added * `futhark repl` now has a `:format` command. Work by Dominic Kennedy. -### Changed - -### Removed - ### Fixed * Textual floating-point numbers printed by executables now always diff --git a/futhark.cabal b/futhark.cabal index ed8b9ed4b3..6e46e7cf42 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.26.0 +version: 0.25.5 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to