Skip to content

Commit 1fd6057

Browse files
committed
This is 0.25.25.
1 parent 2dab20f commit 1fd6057

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ 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.25]
99

1010
### Added
1111

1212
* Improvements to `futhark fmt`.
1313

14-
### Removed
15-
16-
### Changed
17-
1814
### Fixed
1915

2016
* Sizes that go out of scope due to use of higher order functions will

futhark.cabal

+1-1
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.25
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)