From 3eb6772cffcf5f1faa82fb130105c5be719cb026 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Wed, 10 Apr 2019 15:18:36 +0200 Subject: [PATCH] This is 0.10.2. --- CHANGELOG.md | 6 +----- package.yaml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5241282768..7df16fbdaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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.11.0] +## [0.10.2] ### Added @@ -28,10 +28,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. `futhark_context_config_select_device_interactively()` has been added. -### Removed - -### Changed - ### Fixed * Fix reading and writing of binary files for C-compiled executables diff --git a/package.yaml b/package.yaml index 20c22b60b5..c23f9dfef2 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: futhark -version: "0.11.0" +version: "0.10.2" synopsis: An optimising compiler for a functional, array-oriented language. description: | Futhark is a small programming language designed to be compiled to