Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Release Indy SDK 1.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com>
  • Loading branch information
Artemkaaas committed Dec 30, 2019
1 parent 5c839f0 commit a965ec7
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 44 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.14.1 - 2019-12-30
* Bugfixes

## 1.14.0 - 2019-12-27
* LibVCX Aries support:
* Implemented Trust Ping RFC (IS-1435)
Expand Down
23 changes: 23 additions & 0 deletions Specs/libindy/1.14.1/libindy.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "libindy",
"version": "1.14.1",
"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.14.1/libindy.tar.gz"
},
"source_files": "*.h",
"vendored_libraries": "*.a",
"requires_arc": false
}
10 changes: 5 additions & 5 deletions cli/Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy-cli"
version = "1.14.0"
version = "1.14.1"
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
edition = "2018"

Expand Down Expand Up @@ -29,4 +29,4 @@ serde_json = "1.0.40"
serde_derive = "1.0.97"
term = "0.4.6"
rpassword = "1.0.0"
indy = { version = "1.14.0", path = "../wrappers/rust/" }
indy = { version = "1.14.1", path = "../wrappers/rust/" }
5 changes: 4 additions & 1 deletion cli/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
indy-cli (1.14.0) unstable; urgency=medium
indy-cli (1.14.1) unstable; urgency=medium

[ Hyperledger ]

## 1.14.1
* Bugfixes

## 1.14.0
* Added new commands:
* `ledger disable-all-txn-author-agreements` - to disable All Transaction Author Agreements on the ledger.
Expand Down
12 changes: 6 additions & 6 deletions libindy/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 libindy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libindy"
version = "1.14.0"
version = "1.14.1"
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
edition = "2018"

Expand Down
5 changes: 4 additions & 1 deletion libindy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
libindy (1.14.0) unstable; urgency=medium
libindy (1.14.1) unstable; urgency=medium

[ Hyperledger ]

## 1.14.1
* Bugfixes

## 1.14.0
* Transaction author agreement changes (IS-1427):
* Extended the definition of `indy_build_txn_author_agreement_request` function to accept new parameters:
Expand Down
10 changes: 5 additions & 5 deletions libnullpay/Cargo.lock

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

4 changes: 2 additions & 2 deletions libnullpay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "null-payment-method"
version = "1.14.0"
version = "1.14.1"
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
build = "build.rs"

Expand All @@ -26,7 +26,7 @@ serde_derive = "1.0.97"

[dev-dependencies]
dirs = "1.0.4"
indy = { version="1.14.0", path="../wrappers/rust" }
indy = { version="1.14.1", path="../wrappers/rust" }

[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.5"
2 changes: 1 addition & 1 deletion libnullpay/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libnullpay (1.14.0) unstable; urgency=medium
libnullpay (1.14.1) unstable; urgency=medium

[ Hyperledger ]
* Initial release
12 changes: 6 additions & 6 deletions vcx/libvcx/Cargo.lock

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

8 changes: 4 additions & 4 deletions vcx/libvcx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "libvcx"
version = "0.6.0"
version = "0.6.1"
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
publish = false
description = "This is the official SDK for Evernym's VCX"
Expand Down Expand Up @@ -47,8 +47,8 @@ rmp-serde = "0.13.7"
base64 = "0.8.0"
openssl = "0.10"
num-traits = "0.2.0"
indy = { version = "1.14.0", path = "../../wrappers/rust/" }
indy-sys = { version = "1.14.0", path = "../../wrappers/rust/indy-sys/" }
indy = { version = "1.14.1", path = "../../wrappers/rust/" }
indy-sys = { version = "1.14.1", path = "../../wrappers/rust/indy-sys/" }
log-panics = "2.0.0"
tokio-threadpool = "0.1.6"
futures = "0.1.23"
Expand All @@ -75,7 +75,7 @@ dirs = "1.0.4"
[package.metadata.deb]
maintainer = "Evernym, Inc."
copyright = "2018, Evernym Inc."
depends = "$auto, libindy (=1.14.0)"
depends = "$auto, libindy (=1.14.1)"
extended-description = """\
This is Evernym's SDK for managing Verifiable Credential eXchange against an Indy network. For specific instructions on building see the README in the corresponding github repo https://github.com/evernym/sdk"""
section = "admin"
Expand Down
5 changes: 4 additions & 1 deletion vcx/libvcx/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
libvcx (0.6.0) unstable; urgency=medium
libvcx (0.6.1) unstable; urgency=medium

[ Hyperledger ]

## 0.6.1
* Bugfixes

## 0.6.0
* LibVCX Aries support:
* Implemented Trust Ping RFC (IS-1435).
Expand Down
2 changes: 1 addition & 1 deletion vcx/wrappers/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test {
}

static def versionMajor() {
return '0.6.0'
return '0.6.1'
}

static def version() {
Expand Down
2 changes: 1 addition & 1 deletion vcx/wrappers/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "git+https://github.com/evernym/vcx.git",
"type": "git"
},
"version": "0.6.0",
"version": "0.6.1",
"dependencies": {
"@types/ffi": "0.0.19",
"@types/node": "^8.0.47",
Expand Down
2 changes: 1 addition & 1 deletion vcx/wrappers/python3/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

PKG_VERSION = os.environ.get('PACKAGE_VERSION') or '0.6.0'
PKG_VERSION = os.environ.get('PACKAGE_VERSION') or '0.6.1'
PKG_NAME = os.environ.get('PACKAGE_NAME') or 'python3-wrapper-vcx'

setup(
Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.hyperledger</groupId>
<artifactId>indy</artifactId>
<packaging>jar</packaging>
<version>1.14.0</version>
<version>1.14.1</version>
<name>indy</name>
<description>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).
Expand Down
2 changes: 1 addition & 1 deletion wrappers/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indy-sdk",
"version": "1.14.0",
"version": "1.14.1",
"description": "Native bindings for hyperledger indy",
"author": "hyperledger",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
import os

PKG_VERSION = os.environ.get('PACKAGE_VERSION') or '1.14.0'
PKG_VERSION = os.environ.get('PACKAGE_VERSION') or '1.14.1'

TEST_DEPS = [
'pytest<3.7', 'pytest-asyncio', 'base58'
Expand Down
4 changes: 2 additions & 2 deletions wrappers/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy"
version = "1.14.0"
version = "1.14.1"
description = "A library for assisting developers using LibIndy API"
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
homepage = "https://github.com/hyperledger/indy-sdk"
Expand All @@ -24,7 +24,7 @@ lazy_static = "1.3"
log = { version = "0.4.1", features = ["std"] }
num-traits = "0.2"
num-derive = "0.2"
indy-sys = { path ="indy-sys", version = "=1.14.0" }
indy-sys = { path ="indy-sys", version = "=1.14.1" }
libc = "=0.2.60"
serde_json = "1.0.40"
serde_derive = "1.0.97"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/rust/indy-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indy-sys"
description = "FFI bindings to Libindy C API"
version = "1.14.0"
version = "1.14.1"
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
build = "build.rs"
links = "indy"
Expand Down

0 comments on commit a965ec7

Please sign in to comment.