Skip to content

Commit

Permalink
v0.9.1-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yamdan committed Mar 18, 2024
1 parent f279c21 commit 9de121b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.1-alpha.4] - 2024-03-18

### Changed

- Adjusted the input conditions for `derive_proof` to correctly exclude invalid input patterns
- Added verification rule for rejecting VP with empty statements
- Improved formatting

## [0.9.1-alpha.3] - 2024-03-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdf-proofs"
version = "0.9.1-alpha.3"
version = "0.9.1-alpha.4"
edition = "2021"
authors = ["yamdan"]
license = "MIT"
Expand Down

0 comments on commit 9de121b

Please sign in to comment.