Skip to content

Commit

Permalink
Bump SDK to support date-time attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Aug 20, 2023
1 parent 5f2c84c commit c0a90fd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions services/web3id-issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

- Support date-time attributes.

## 0.2.0

- Support the revised notion of credentials.
Expand Down
2 changes: 1 addition & 1 deletion services/web3id-issuer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web3id-issuer"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 5 additions & 1 deletion services/web3id-verifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased changes

- Support date-time attributes.

## 0.3.0

Support for revised V2 proofs.
- Support for revised V2 proofs.

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion services/web3id-verifier/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/web3id-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web3id-verifier"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit c0a90fd

Please sign in to comment.