Skip to content

Commit

Permalink
didkit v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Apr 12, 2021
1 parent 1e67958 commit 740bf71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.2.0] - 2021-04-12
### Added
- Add Node.js package, using [Neon][].
- Add WASM package, using [wasm-pack][].
Expand Down Expand Up @@ -85,5 +87,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[vc-http-api-test-server]: https://github.com/w3c-ccg/vc-http-api/tree/b4df10d/packages/vc-http-api-test-server
[wasm-pack]: https://rustwasm.github.io/wasm-pack/

[Unreleased]: https://github.com/spruceid/didkit/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/spruceid/didkit/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/spruceid/didkit/releases/tag/v0.2.0
[0.1.0]: https://github.com/spruceid/didkit/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "didkit"
version = "0.1.0"
version = "0.2.0"
authors = ["Spruce Systems, Inc."]
edition = "2018"
description = "Library for Verifiable Credentials and Decentralized Identifiers."
Expand Down
2 changes: 1 addition & 1 deletion lib/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = didkit
version = 0.1.0
version = 0.2.0
author = Spruce Systems, Inc.
author_email = [email protected]
description = DIDKit python package
Expand Down

0 comments on commit 740bf71

Please sign in to comment.