Skip to content

Commit 19996a1

Browse files
committed
v0.11.0
1 parent bca2847 commit 19996a1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.11.0] - 2024-12-27
4+
5+
### Changed
6+
7+
- Updated the minimum required Rust version to 1.81. This change is due to multiple dependencies of this crate now requiring Rust 1.81 or later
8+
- Upgraded `proof_system`, `bbs_plus`, `dock_crypto_utils`, and `legogroth16` dependencies
9+
- Upgraded `oxrdf`, `oxttl`, `oxsdatatypes`, `oxiri`, and `rdf-canon` dependencies
10+
- Upgraded other dependencies
11+
312
## [0.10.0] - 2024-09-25
413

514
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdf-proofs"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["yamdan"]
66
license = "MIT"

0 commit comments

Comments
 (0)