Skip to content

Commit

Permalink
Publish 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Jan 28, 2023
1 parent 324acdf commit 2c9a76d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.5.0

- Various suggestions for changes and improvements. ([#35](https://github.com/Erk-/genfut/pull/35))
- Renames `SequentialC` to `C`, and `MulticoreC` to `Multicore`.
- Panics and stops the process if the futhark compilation fails, instead of potentially failing silently.
- Adds optimization flags for the different backends in build.rs.
- Move src/bin/main.rs -> src/main.rs to make `cargo install` work ([#36](https://github.com/Erk-/genfut/pull/36))
- Backend selection with a enum instead of features ([#31](https://github.com/Erk-/genfut/pull/31))

## 0.4.3

- Multicore and ISPC support
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "genfut"
version = "0.4.3"
authors = ["Valdemar Erk <valdemar@erk.io>"]
version = "0.5.0"
authors = ["Valdemar Erk <valdemar@erk.dev>"]
edition = "2018"
license = "ISC"
description = "Generate bindings for Futhark"
Expand Down

0 comments on commit 2c9a76d

Please sign in to comment.