From 96e85e8466cb14b025c4bb89e55825a1b0135e33 Mon Sep 17 00:00:00 2001 From: "artem.ivanov" Date: Thu, 4 Oct 2018 11:51:42 +0300 Subject: [PATCH] Incremented versions to 1.6.7 Signed-off-by: artem.ivanov --- CHANGELOG.md | 8 +++++++ .../1.6.7/libindy-objc.podspec.json | 23 +++++++++++++++++++ Specs/libindy/1.6.7/libindy.podspec.json | 23 +++++++++++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- cli/debian/changelog | 5 +++- doc/migration-guide-1.5.0-1.6.0.md | 13 ++++++++++- libindy/Cargo.lock | 2 +- libindy/Cargo.toml | 2 +- libindy/debian/changelog | 7 +++++- libnullpay/Cargo.lock | 2 +- libnullpay/Cargo.toml | 2 +- libnullpay/debian/changelog | 2 +- wrappers/java/pom.xml | 2 +- wrappers/nodejs/package.json | 2 +- wrappers/python/setup.py | 2 +- 16 files changed, 86 insertions(+), 13 deletions(-) create mode 100644 Specs/libindy-objc/1.6.7/libindy-objc.podspec.json create mode 100644 Specs/libindy/1.6.7/libindy.podspec.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ecc81380..a5250acee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog + +## 1.6.7 +* Supported setting fees in `did rotate-key` CLI command. +* Supported hexadecimal seed for did and key creation. +* Removed TGB role. +* Added EXPERIMENTAL Rust wrapper for Libindy. +* Bugfixes. + ## 1.6.6 * Fixed Android build rustflags. Now all architectures have same flags. diff --git a/Specs/libindy-objc/1.6.7/libindy-objc.podspec.json b/Specs/libindy-objc/1.6.7/libindy-objc.podspec.json new file mode 100644 index 0000000000..53943db9a8 --- /dev/null +++ b/Specs/libindy-objc/1.6.7/libindy-objc.podspec.json @@ -0,0 +1,23 @@ +{ + "name": "libindy-objc", + "version": "1.6.7", + "summary": "Summary TODO.", + "homepage": "TODO", + "license": { + "type": "Apache License 2.0", + "file": "LICENSE" + }, + "authors": { + "Daniel Hardman": "daniel.hardman@evernym.com" + }, + "source": { + "http": "https://repo.sovrin.org/ios/libindy/stable/indy-objc/1.6.7/libindy-objc.zip" + }, + "platforms": { + "ios": "10.0" + }, + "ios": { + "vendored_frameworks": "libindy-objc/Indy.framework" + }, + "module_name": "Indy" +} diff --git a/Specs/libindy/1.6.7/libindy.podspec.json b/Specs/libindy/1.6.7/libindy.podspec.json new file mode 100644 index 0000000000..887526e99d --- /dev/null +++ b/Specs/libindy/1.6.7/libindy.podspec.json @@ -0,0 +1,23 @@ +{ + "name": "libindy", + "version": "1.6.7", + "summary": "Summary TODO.", + "description": "Description TODO.", + "homepage": "TODO", + "license": { + "type": "Apache License 2.0", + "file": "LICENSE" + }, + "authors": { + "Daniel Hardman": "daniel.hardman@evernym.com" + }, + "platforms": { + "ios": "10.0" + }, + "source": { + "http": "https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.6.7/libindy.tar.gz" + }, + "source_files": "*.h", + "vendored_libraries": "*.a", + "requires_arc": false +} diff --git a/cli/Cargo.lock b/cli/Cargo.lock index d3ebfe776c..6afa95d79f 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -96,7 +96,7 @@ dependencies = [ [[package]] name = "indy-cli" -version = "1.6.6" +version = "1.6.7" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a52479c494..7e5e0108c0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indy-cli" -version = "1.6.6" +version = "1.6.7" authors = ["Vyacheslav Gudkov "] [features] diff --git a/cli/debian/changelog b/cli/debian/changelog index d854894112..bc3c321e59 100644 --- a/cli/debian/changelog +++ b/cli/debian/changelog @@ -1,6 +1,9 @@ -indy-cli (1.6.6) unstable; urgency=medium +indy-cli (1.6.7) unstable; urgency=medium [ Hyperledger ] +* 1.6.7 + * Supported setting fees in `did rotate-key` command. + * 1.6.5 * `ledger get-*` commands can be called without having an active `did`. diff --git a/doc/migration-guide-1.5.0-1.6.0.md b/doc/migration-guide-1.5.0-1.6.0.md index d2876243cd..7d07a6b2d5 100644 --- a/doc/migration-guide-1.5.0-1.6.0.md +++ b/doc/migration-guide-1.5.0-1.6.0.md @@ -26,6 +26,8 @@ version you can check migration guides history: * [Ledger API 1.6.3](#ledger-api-163) * [Libindy 1.6.3 to 1.6.4 migration](#libindy-163-to-164-migration-guide) * [Libindy 1.6.4 to 1.6.5 migration](#libindy-164-to-165-migration-guide) +* [Libindy 1.6.5 to 1.6.6 migration](#libindy-164-to-165-migration-guide) +* [Libindy 1.6.6 to 1.6.7 migration](#libindy-164-to-165-migration-guide) ## Notes @@ -1280,4 +1282,13 @@ The Libindy 1.6.4 release contains fixes that don't affect API functions. The Libindy 1.6.5 release contains changes that related with Ledger API and Payment API but doesn't break them. Parameter `submitter_did` set as the optional field for: * Ledger API `indy_build_get_*` functions (except `indy_build_get_validator_info_request`). -* all functions in Payment API. \ No newline at end of file +* all functions in Payment API. + +## Libindy 1.6.5 to 1.6.6 migration Guide + +The Libindy 1.6.6 release contains fixes that don't affect API functions. + +## Libindy 1.6.6 to 1.6.7 migration Guide + +* Supported hexadecimal seed. +* Removed TGB role from `indy_build_nym_request`. \ No newline at end of file diff --git a/libindy/Cargo.lock b/libindy/Cargo.lock index 569722fe5e..ca789c73d3 100644 --- a/libindy/Cargo.lock +++ b/libindy/Cargo.lock @@ -255,7 +255,7 @@ dependencies = [ [[package]] name = "indy" -version = "1.6.6" +version = "1.6.7" dependencies = [ "android_logger 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/libindy/Cargo.toml b/libindy/Cargo.toml index 6503a99156..bba3d7af9a 100644 --- a/libindy/Cargo.toml +++ b/libindy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indy" -version = "1.6.6" +version = "1.6.7" authors = [ "Sergej Pupykin ", "Vyacheslav Gudkov ", diff --git a/libindy/debian/changelog b/libindy/debian/changelog index 3b7b1053cb..dc28b9e8e1 100644 --- a/libindy/debian/changelog +++ b/libindy/debian/changelog @@ -1,7 +1,12 @@ -libindy (1.6.6) unstable; urgency=medium +libindy (1.6.7) unstable; urgency=medium [ Hyperledger ] +* 1.6.7 + * Supported hexadecimal seed for did and key creation. + * Removed TGB role. + * Bugfixes. + * 1.6.6 * Fixed Android build rustflags. Now all architectures have same flags. diff --git a/libnullpay/Cargo.lock b/libnullpay/Cargo.lock index e3c7078ff4..748a5b9a65 100644 --- a/libnullpay/Cargo.lock +++ b/libnullpay/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "null-payment-method" -version = "1.6.6" +version = "1.6.7" dependencies = [ "android_logger 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/libnullpay/Cargo.toml b/libnullpay/Cargo.toml index 333fd8adf0..d72a8204d1 100644 --- a/libnullpay/Cargo.toml +++ b/libnullpay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "null-payment-method" -version = "1.6.6" +version = "1.6.7" authors = ["Nikita Khateev "] build = "build.rs" diff --git a/libnullpay/debian/changelog b/libnullpay/debian/changelog index 1338de7dd1..580e314af3 100644 --- a/libnullpay/debian/changelog +++ b/libnullpay/debian/changelog @@ -1,4 +1,4 @@ -libnullpay (1.6.6) unstable; urgency=medium +libnullpay (1.6.7) unstable; urgency=medium [ Hyperledger ] * Initial release diff --git a/wrappers/java/pom.xml b/wrappers/java/pom.xml index 90af0534c7..0bf3181482 100644 --- a/wrappers/java/pom.xml +++ b/wrappers/java/pom.xml @@ -5,7 +5,7 @@ org.hyperledger indy jar - 1.6.6 + 1.6.7 indy This is the official SDK for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org). diff --git a/wrappers/nodejs/package.json b/wrappers/nodejs/package.json index aacfffda19..0370bebeb4 100644 --- a/wrappers/nodejs/package.json +++ b/wrappers/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "indy-sdk", - "version": "1.6.6", + "version": "1.6.7", "description": "Native bindings for hyperledger indy", "author": "hyperledger", "license": "Apache-2.0", diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index febacd72c2..c1aad1e386 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -2,7 +2,7 @@ setup( name='python3-indy', - version='1.6.6', + version='1.6.7', packages=['indy'], url='https://github.com/hyperledger/indy-sdk', license='MIT/Apache-2.0',