From 33ba95ab36a384a4e377f78b4375243f28a50400 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 3 Feb 2023 08:01:03 +0100 Subject: [PATCH] This is 0.23.1. --- CHANGELOG.md | 4 +--- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c954d7e3e3..6391f355dd 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.23.0] +## [0.23.1] ### Added @@ -38,8 +38,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * New command `futhark benchcmp` by William Due. -### Removed - ### Changed * The C API function `futhark_context_new_with_command_queue()` for diff --git a/futhark.cabal b/futhark.cabal index 237de16993..1166f8ba94 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark -version: 0.23.0 +version: 0.23.1 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to