From efc37cbeedbfd97d7420e8dcf2e968d7bc4cc671 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Thu, 8 Oct 2020 15:48:15 +0200 Subject: [PATCH] This is 0.18.1. --- CHANGELOG.md | 9 +++++---- futhark.cabal | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2e017705..1afffa4982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,17 @@ 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.18.0] +## [0.18.1] ### Added -### Removed - -### Fixed + * Experimental multi-threaded CPU backend, `multicore`. ### Changed + * All sizes are now of type `i64`. This has wide-ranging + implications and most programs will need to be updated (#134). + ## [0.17.3] ### Added diff --git a/futhark.cabal b/futhark.cabal index c3873b1096..25918283a6 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: futhark -version: 0.18.0 +version: 0.18.1 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to