This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1124 from Artemkaaas/feature/1.6.5
RC 1.6.5
- Loading branch information
Showing
125 changed files
with
9,584 additions
and
8,987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "libindy-objc", | ||
"version": "1.6.5", | ||
"summary": "Summary TODO.", | ||
"homepage": "TODO", | ||
"license": { | ||
"type": "Apache License 2.0", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"Daniel Hardman": "[email protected]" | ||
}, | ||
"source": { | ||
"http": "https://repo.sovrin.org/ios/libindy/stable/indy-objc/1.6.5/libindy-objc.zip" | ||
}, | ||
"platforms": { | ||
"ios": "10.0" | ||
}, | ||
"ios": { | ||
"vendored_frameworks": "libindy-objc/Indy.framework" | ||
}, | ||
"module_name": "Indy" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "libindy", | ||
"version": "1.6.5", | ||
"summary": "Summary TODO.", | ||
"description": "Description TODO.", | ||
"homepage": "TODO", | ||
"license": { | ||
"type": "Apache License 2.0", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"Daniel Hardman": "[email protected]" | ||
}, | ||
"platforms": { | ||
"ios": "10.0" | ||
}, | ||
"source": { | ||
"http": "https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.6.5/libindy.tar.gz" | ||
}, | ||
"source_files": "*.h", | ||
"vendored_libraries": "*.a", | ||
"requires_arc": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "indy-cli" | ||
version = "1.6.4" | ||
version = "1.6.5" | ||
authors = ["Vyacheslav Gudkov <[email protected]>"] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
indy-cli (1.6.4) unstable; urgency=medium | ||
indy-cli (1.6.5) unstable; urgency=medium | ||
|
||
[ Hyperledger ] | ||
* Created Indy-Cli | ||
[ Hyperledger ] | ||
|
||
* 1.6.5 | ||
* `ledger get-*` commands can be called without having an active `did`. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "indy" | ||
version = "1.6.4" | ||
version = "1.6.5" | ||
authors = [ | ||
"Sergej Pupykin <[email protected]>", | ||
"Vyacheslav Gudkov <[email protected]>", | ||
|
Oops, something went wrong.