Skip to content

Commit

Permalink
* fix: example did-peer generate added a trailing / on the servic…
Browse files Browse the repository at this point in the history
…eEndpoint URI (#20)

* removed `did-peer` LICENCE and CHANGELOG files, all contained in the parent crate `affinidi-did-resolver`
* Bumping crate versions
  • Loading branch information
stormer78 authored Sep 18, 2024
1 parent 9794402 commit 29aec70
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 250 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Changelog history

### 18th September 2024 (release 0.1.10)

* fix: example did-peer `generate` added a trailing `/` on the serviceEndpoint URI
* removed `did-peer` LICENCE and CHANGELOG files, all contained in the parent crate `affinidi-did-resolver`
* Bumping crate versions

### 15th September 2024 (release 0.1.9)

* clarity: Added a note regarding serviceEndpoint Id's being a URI vs a IRI (SSI Crate limitation)
Expand Down
28 changes: 14 additions & 14 deletions 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 = [
resolver = "2"

[workspace.package]
version = "0.1.9"
version = "0.1.10"
edition = "2021"
authors = ["Glenn Gore <[email protected]>"]
description = "Affinidi DID Resolver"
Expand Down
33 changes: 0 additions & 33 deletions affinidi-did-resolver-methods/did-peer/CHANGELOG

This file was deleted.

201 changes: 0 additions & 201 deletions affinidi-did-resolver-methods/did-peer/LICENCE

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async fn main() {
let services = vec![DIDPeerService {
_type: "dm".into(),
service_end_point: PeerServiceEndPoint::Long(PeerServiceEndPointLong {
uri: "https://localhost:7037/".into(),
uri: "https://localhost:7037".into(),
accept: vec!["didcomm/v2".into()],
routing_keys: vec![],
}),
Expand Down

0 comments on commit 29aec70

Please sign in to comment.