From 64c62c22fd2d8c540701dd651fdbc14d6409da00 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 26 Jul 2024 18:19:13 +0200 Subject: [PATCH] This is 0.25.19. --- CHANGELOG.md | 6 +----- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3b856d46..f54b3d2e7f 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.19] ### Added @@ -16,10 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Arrays of opaque types now support indexing through the C API. Arrays of records can also be constructed. (#2082) -### Removed - -### Changed - ### Fixed * The `opencl` backend now always passes diff --git a/futhark.cabal b/futhark.cabal index a8b2661870..408bcb20cc 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.25.18 +version: 0.25.19 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to