Skip to content

Commit

Permalink
This is 0.12.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 9, 2019
1 parent 382927b commit 1e2e36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions 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.13.0]
## [0.12.3]

### Added

Expand All @@ -19,10 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Pattern-matching on large sum typed-values taken from arrays may
be a bit faster.

### Removed

### Changed

### Fixed

* Various small fixes to type errors.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: futhark
version: "0.13.0"
version: "0.12.3"
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 1e2e36a

Please sign in to comment.