From 0b0a73ee7be6ca1d3f1e04fc8487c13fa5f2dc70 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Tue, 22 Dec 2020 17:38:32 +0100 Subject: [PATCH] Release 0.15.0 (#242) Signed-off-by: Patrik Stas --- .github/workflows/main.yml | 2 +- Cargo.lock | 2 +- agents/node/vcxagent-core/package.json | 2 +- libvcx/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a64c02485d..b02a52a925 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1029,7 +1029,7 @@ jobs: securityLabel: '### Security fixes' issuesLabel: '### Other issues' prLabel: '### Other pull requests' - addSections: '{"ci":{"prefix":"### CI changes","labels":["ci"]}}' + addSections: '{"ci":{"prefix":"### CI changes","labels":["ci"]},"wrappers":{"prefix":"### Wrapper changes","labels":["wrappers"]}}' excludeTagsRegex: '^((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))+)?)$' - name: Create a new release diff --git a/Cargo.lock b/Cargo.lock index fa5fc43fe5..0ab255d49e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "libvcx" -version = "0.14.2" +version = "0.15.0" dependencies = [ "agency_client", "android_logger", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index b5cf0dd455..42ea9f5125 100644 --- a/agents/node/vcxagent-core/package.json +++ b/agents/node/vcxagent-core/package.json @@ -66,6 +66,6 @@ "winston": "^3.3.3" }, "peerDependencies": { - "@hyperledger/node-vcx-wrapper": "^0.11.0" + "@hyperledger/node-vcx-wrapper": "^0.15.0" } } diff --git a/libvcx/Cargo.toml b/libvcx/Cargo.toml index 25851dcd91..1979425340 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.14.2" +version = "0.15.0" authors = ["Absa Group Limited", "Hyperledger Indy Contributors "] publish = false description = "Absa's fork of HL LibVCX"