Skip to content

Commit

Permalink
This is 0.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 8, 2020
1 parent 9d02350 commit efc37cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 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.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
Expand Down

0 comments on commit efc37cb

Please sign in to comment.