Skip to content

Commit

Permalink
Prepare release v1.0.0 (#71)
Browse files Browse the repository at this point in the history
# Motivation

Release `ic-verifiable-credentials` to crates.io with v1.0.0 and bump
the js-library to keep it consistent.

# Changes

## Manual Changes

* Bump to v1.0.0 in Cargo.toml and package.json files.
* Changelog

## Automatic changes

* Changes in Cargo.lock.
* Changes in package-lock.json in the js-library.

# Tests

Not necessary.

# Todos

- [x] Add entry to changelog (if necessary).
  • Loading branch information
lmuntaner authored Oct 29, 2024
1 parent a6ce1b1 commit 9dea151
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Changes in the upcoming versions.

## Breaking Changes

- New field `derivationOrigin` is required to match in the ID Alias credential.
## Improvements

# release-2024-10-29

## Breaking Changes

- New field `derivationOrigin` is required to match in the ID Alias credential in `ic-verifiable-credentials`.

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.0.1"
version = "1.0.0"
authors = ["DFINITY Stiftung"]
edition = "2024"
repository = "https://github.com/dfinity/verifiable-credentials-sdk"
Expand Down
4 changes: 2 additions & 2 deletions js-library/package-lock.json

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

2 changes: 1 addition & 1 deletion js-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/verifiable-credentials",
"version": "0.0.4",
"version": "1.0.0",
"description": "Library to interact with the identity provider to get a credential presentation.",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion rust-packages/ic-verifiable-credentials/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-verifiable-credentials"
description = "Verifiable credentials issuing and verification for IC canisters."
version = "0.1.0"
version = "1.0.0"
keywords = ["internet-computer", "verifiable", "credentials", "icp", "dfinity"]
categories = ["api-bindings", "data-structures", "no-std"]
edition = "2021"
Expand Down

0 comments on commit 9dea151

Please sign in to comment.