From 8d5923314a7fa5a8125a9241f4a33eb6b06b0691 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Polanco Date: Wed, 25 Sep 2024 16:36:03 +0200 Subject: [PATCH] v0.5.4 --- CHANGELOG.md | 2 ++ Project.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f262a..96e11c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.5.4] - 2024-09-25 + ### Changed - Removed explicit GPU synchronisation barriers (using `KA.synchronize`) by default. diff --git a/Project.toml b/Project.toml index aaab2a7..4441f78 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NonuniformFFTs" uuid = "cd96f58b-6017-4a02-bb9e-f4d81626177f" authors = ["Juan Ignacio Polanco "] -version = "0.5.3" +version = "0.5.4" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"