From a2ad017e880e908381d384c04c030db0042b37c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20F=C3=A9votte?= Date: Mon, 23 May 2022 12:15:16 +0200 Subject: [PATCH] Bump version number following the release of v0.1.6 --- CHANGELOG.md | 6 +++++- Project.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee0c41..859707a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.7] - UNRELEASED + + + ## [0.1.6] - 2022-05-23 ### Added -- Support half precision (Float16). Many thanks to milankl (#31) +- Support half precision (Float16). Many thanks to milankl (#31, #39) ### Changed diff --git a/Project.toml b/Project.toml index 213bc9c..02e79a5 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.6" +version = "0.1.7" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"