From 945b7ce6f6f3a7cb40a3a9883def861d7ab21180 Mon Sep 17 00:00:00 2001 From: Ken Barker Date: Sun, 5 Nov 2023 14:13:52 +0000 Subject: [PATCH] Update version for issue #64 --- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f7a10b..a16c0ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opencl3" -version = "0.9.3" +version = "0.9.4" authors = ["Ken Barker "] description = "A Rust implementation of the Khronos OpenCL 3.0 API and extensions." documentation = "https://docs.rs/opencl3/" diff --git a/RELEASES.md b/RELEASES.md index d7d2abd..a6bcbc4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,11 @@ # Releases +## Version 0.9.4 (2023-11-05) + +### New Features + +* Issue [#64](https://github.com/kenba/opencl3/issues/64) Update with new functions in OpenCL-Headers repo. + ## Version 0.9.3 (2023-05-11) ### New Features