Skip to content

Commit 1c08c9b

Browse files
committed
Preparing for 0.9.1.
1 parent 2637d02 commit 1c08c9b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [0.9.0]
8+
## [0.9.1]
99

1010
### Added
1111

@@ -18,8 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818

1919
* `futhark run` takes a `-w` option for disabling warnings.
2020

21-
### Removed
22-
2321
### Changed
2422

2523
* Major command reorganisation: all Futhark programs have been

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: futhark
2-
version: "0.9.0"
2+
version: "0.9.1"
33
synopsis: An optimising compiler for a functional, array-oriented language.
44
description: See the website at https://futhark-lang.org
55
homepage: https://futhark-lang.org

0 commit comments

Comments
 (0)