Skip to content

Commit

Permalink
Update version for crates.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenba committed Dec 21, 2024
1 parent 5c8e67b commit 2c2e6e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opencl3"
version = "0.9.5"
version = "0.10.0"
authors = ["Ken Barker <[email protected]>"]
description = "A Rust implementation of the Khronos OpenCL 3.0 API and extensions."
documentation = "https://docs.rs/opencl3/"
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2c2e6e8

Please sign in to comment.