Skip to content

Commit 7028002

Browse files
committed
This is 0.25.30.
1 parent 69cb430 commit 7028002

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.30]
99

1010
### Added
1111

@@ -20,10 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020

2121
* `futhark pkg` now allows underscores in package paths.
2222

23-
### Removed
24-
25-
### Changed
26-
2723
### Fixed
2824

2925
* The interpreter no longer crashes when passing a sum-typed value

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.30
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)