Skip to content

Commit

Permalink
This is 0.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Mar 16, 2020
1 parent abfee1d commit 1801778
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0]
## [0.15.1]

### Added

Expand Down
4 changes: 3 additions & 1 deletion futhark.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: futhark
version: 0.15.0
version: 0.15.1
synopsis: An optimising compiler for a functional, array-oriented language.
description: Futhark is a small programming language designed to be compiled to
efficient parallel code. It is a statically typed, data-parallel,
Expand Down Expand Up @@ -241,6 +241,8 @@ library
Language.Futhark.Parser.Parser
Language.Futhark.Parser.Lexer
Paths_futhark
autogen-modules:
Paths_futhark
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wredundant-constraints -Wincomplete-record-updates -Wmissing-export-lists
Expand Down
2 changes: 1 addition & 1 deletion tools/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ corresponds exactly to the state of the Git repository at some point.
* Verify that `CHANGELOG.md` is updated, and that the most recent
entries refer to the correct version number.

* Verify the version number in `package.yaml`.
* Verify the version number in `futhark.cabal`.

* Make sure you've committed any changes you may have made due to the
previous two steps.
Expand Down

0 comments on commit 1801778

Please sign in to comment.