Skip to content

Commit f132cad

Browse files
committed
This is 0.25.20.
1 parent dc08c73 commit f132cad

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ 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.26.0]
8+
## [0.25.20]
99

1010
### Added
1111

1212
* Better error message when in-place updates fail at runtime due to a
1313
shape mismatch.
1414

15-
### Removed
16-
17-
### Changed
18-
1915
### Fixed
2016

2117
* `#[unroll]` on an outer loop now no longer causes unrolling of all

futhark.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: futhark
3-
version: 0.26.0
3+
version: 0.25.20
44
synopsis: An optimising compiler for a functional, array-oriented language.
55

66
description: Futhark is a small programming language designed to be compiled to

0 commit comments

Comments
 (0)