Skip to content

Commit d1fead1

Browse files
authored
chore: version bump to 0.10.1 (#276)
* 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]>
1 parent 2bafcf1 commit d1fead1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.10.1 (2025-01-29)
2+
3+
- Add a `vendored-openssl` feature. (#275)
4+
15
## v0.10.0 (2024-12-17)
26

37
- Sync with liboqs 0.12.0.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Update your `Cargo.toml` and include `oqs`:
3737

3838
```toml
3939
[dependencies]
40-
oqs = "0.10.0"
40+
oqs = "0.10.1"
4141
```
4242

4343
`oqs-sys` can be specified equivalently.

oqs-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oqs-sys"
3-
version = "0.10.0+liboqs-0.12.0"
3+
version = "0.10.1+liboqs-0.12.0"
44
authors = ["Thom Wiggers <[email protected]>"]
55
edition = "2021"
66
links = "oqs"

oqs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oqs"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Thom Wiggers <[email protected]>"]
55
edition = "2021"
66
description = "A Rusty interface to Open-Quantum-Safe's liboqs"
@@ -16,7 +16,7 @@ serde = { version = "1.0", optional = true, default-features = false, features =
1616

1717
[dependencies.oqs-sys]
1818
path = "../oqs-sys"
19-
version = "0.10.0"
19+
version = "0.10.1"
2020
default-features = false
2121

2222
[features]

0 commit comments

Comments
 (0)