diff --git a/Cargo.toml b/Cargo.toml index 14e1bc7..c3af6df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opencl3" -version = "0.9.5" +version = "0.10.0" 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 bb37976..a29622f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,16 @@ # Releases +## Version 0.10.0 (2024-12-21) + +### Bug fixes + +* Issue [#69](https://github.com/kenba/opencl3/issues/69) Unsound issue in SvmVec. + +### New Features + +* Issue [#70](https://github.com/kenba/opencl3/issues/70) UpdSupport dynamic linking. + + ## Version 0.9.5 (2023-12-22) ### New Features