From c13fb45e9795cf5deb4881d550f00696e2a963bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20F=C3=A9votte?= Date: Sun, 27 Aug 2023 14:44:57 +0200 Subject: [PATCH] Release v0.1.7 --- CHANGELOG.md | 9 ++++++++- Project.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859707a..66145f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.7] - UNRELEASED +## [0.1.7] - 2023-08-27 +### Changed + +- Updated CompatHelper setup +- Fixed CI (#44) + - `rem` has a pure-julia software implementation since Julia 1.9 (#42) + - `fma` seems to be implemented in software on MacOS since Julia 1.8 (#45) +- Updated to PrettyTables v2 (#41, #46) ## [0.1.6] - 2022-05-23 diff --git a/Project.toml b/Project.toml index bf68e9a..6476d07 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "GFlops" uuid = "2ea8233c-34d4-5acc-88b4-02f326385bcc" license = "MIT" authors = ["François Févotte "] -version = "0.1.8" +version = "0.1.7" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"