Skip to content

Commit

Permalink
chore: version bump to 0.10.1 (#276)
Browse files Browse the repository at this point in the history
* chore: version bump to 0.10.1

Signed-off-by: James Mayclin <[email protected]>

* update to date to 2025-01-29

Signed-off-by: James Mayclin <[email protected]>

---------

Signed-off-by: James Mayclin <[email protected]>
  • Loading branch information
jmayclin authored Jan 30, 2025
1 parent 2bafcf1 commit d1fead1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.10.1 (2025-01-29)

- Add a `vendored-openssl` feature. (#275)

## v0.10.0 (2024-12-17)

- Sync with liboqs 0.12.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Update your `Cargo.toml` and include `oqs`:

```toml
[dependencies]
oqs = "0.10.0"
oqs = "0.10.1"
```

`oqs-sys` can be specified equivalently.
Expand Down
2 changes: 1 addition & 1 deletion oqs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oqs-sys"
version = "0.10.0+liboqs-0.12.0"
version = "0.10.1+liboqs-0.12.0"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2021"
links = "oqs"
Expand Down
4 changes: 2 additions & 2 deletions oqs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oqs"
version = "0.10.0"
version = "0.10.1"
authors = ["Thom Wiggers <[email protected]>"]
edition = "2021"
description = "A Rusty interface to Open-Quantum-Safe's liboqs"
Expand All @@ -16,7 +16,7 @@ serde = { version = "1.0", optional = true, default-features = false, features =

[dependencies.oqs-sys]
path = "../oqs-sys"
version = "0.10.0"
version = "0.10.1"
default-features = false

[features]
Expand Down

0 comments on commit d1fead1

Please sign in to comment.