Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Jan 29, 2021
1 parent 1a46b17 commit 0b77fcf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2021-01-27
[Initial release][]
### Added
- Issuing and verifying JSON-LD [Verifiable Credentials][vc-data-model] and [Verifiable Presentations][].
- [Linked data proof](https://w3c-ccg.github.io/ld-proofs/) types [RsaSignature2018](https://w3c-ccg.github.io/lds-rsa2018/) and [Ed25519Signature2018](https://w3c-ccg.github.io/lds-ed25519-2018/).
Expand All @@ -20,11 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Apache License, Version 2.0.
- Third-party copyright notices.

[Initial release]: https://sprucesystems.medium.com/didkit-v0-1-is-live-d0ea6638dbc9
[did:key]: https://w3c-ccg.github.io/did-method-key/
[did:web]: https://w3c-ccg.github.io/did-method-web/
[did:tz]: https://did-tezos-draft.spruceid.com/
[vc-http-api-0.1.1]: https://w3c-ccg.github.io/vc-http-api/versions/v0.0.1/
[vc-data-model]: https://w3c.github.io/vc-data-model/
[Verifiable Presentations]: https://w3c.github.io/vc-data-model/#presentations-0

[Unreleased]: https://github.com/spruceid/didkit/commits/main
[Unreleased]: https://github.com/spruceid/didkit/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/spruceid/didkit/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "didkit-cli"
version = "0.0.1"
version = "0.1.0"
authors = ["Charles E. Lehner <charles.lehner@spruceid.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion http/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "didkit-http"
version = "0.0.1"
version = "0.1.0"
authors = ["Charles E. Lehner <charles.lehner@spruceid.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "didkit"
version = "0.0.1"
version = "0.1.0"
authors = ["Charles E. Lehner <charles.lehner@spruceid.com>"]
edition = "2018"

Expand Down

0 comments on commit 0b77fcf

Please sign in to comment.