We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb3d37 commit eea0560Copy full SHA for eea0560
CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [0.26.0]
9
+
10
+### Added
11
12
+### Removed
13
14
+### Fixed
15
16
+### Changed
17
18
## [0.25.24]
19
20
### Added
futhark.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: futhark
3
-version: 0.25.24
+version: 0.26.0
4
synopsis: An optimising compiler for a functional, array-oriented language.
description: Futhark is a small programming language designed to be compiled to
0 commit comments