From 643d0273dc48a26008a35679a780c22305d09715 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Tue, 25 Dec 2018 11:44:24 +0100 Subject: [PATCH] This is 0.8.1. --- CHANGELOG.md | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812a71a32e..d59a99a64e 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.8.0] +## [0.8.1] ### Added diff --git a/package.yaml b/package.yaml index 23fc09d8ef..31ba481cda 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: futhark -version: "0.8.0" +version: "0.8.1" synopsis: An optimising compiler for a functional, array-oriented language. description: See the website at https://futhark-lang.org homepage: https://futhark-lang.org