Skip to content

Commit

Permalink
This is 0.25.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Mar 27, 2024
1 parent cc051c8 commit f236012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ 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.26.0]
## [0.25.15]

### Added

* Incremental Flattening generates fewer redundant code versions.

* Better simplification of slices. (#2125)

### Removed

### Changed

### Fixed

* Ignore type suffixes when unifying expressions (#2124).
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages: futhark.cabal
index-state: 2024-03-13T15:06:12Z
index-state: 2024-03-27T11:34:20Z

package futhark
ghc-options: -j -fwrite-ide-info -hiedir=.hie
2 changes: 1 addition & 1 deletion futhark.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: futhark
version: 0.26.0
version: 0.25.15
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 f236012

Please sign in to comment.