Skip to content

Commit

Permalink
prepare release 0.5.0-pre5
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Oct 30, 2020
1 parent 2105718 commit 9912b6c
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## [0.5.0-pre5] - 2020-10-30

# Added

## Cordova-android | Java | C
## Cordova-android | Java | C | Electron/Browser
- vote_proposal_new_public
- vote_proposal_new_private

## Cordova-electron/browser
- add confirm/get pending transactions
- add import keys (free keys)
- pin decryption (symmetric cipher decrypt)

# Deprecated

- proposal_new: In favour of the specific functions for each case. This
Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-cordova-plugin",
"version": "0.5.0-pre4",
"version": "0.5.0-pre5",
"description": "Jormungandr wallet Cordova Plugin",
"cordova": {
"id": "wallet-cordova-plugin",
Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-cordova/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="wallet-cordova-plugin" version="0.5.0-pre4">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="wallet-cordova-plugin" version="0.5.0-pre5">
<name>Wallet Cordova Plugin</name>
<description>Wallet Cordova Plugin</description>
<license>MIT OR Apache-2.0 </license>
Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-cordova/tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="wallet-cordova-plugin-tests"
version="0.5.0-pre4">
version="0.5.0-pre5">
<name>Wallet cordova plugin tests</name>
<license>Apache 2.0 OR MIT</license>

Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <vince
edition = "2018"
license = "MIT OR Apache-2.0"
name = "wallet-core"
version = "0.5.0-pre4"
version = "0.5.0-pre5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet-jni"
version = "0.5.0-pre4"
version = "0.5.0-pre5"
authors = ["Daniel Sanchez Quiros <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wallet-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"
name = "wallet-js"
repository = "https://github.com/input-output-hk/chain-wallet-libs"
version = "0.5.0-pre4"
version = "0.5.0-pre5"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion symmetric-cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <vince
edition = "2018"
license = "MIT OR Apache-2.0"
name = "symmetric-cipher"
version = "0.5.0-pre4"
version = "0.5.0-pre5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet"
version = "0.5.0-pre4"
version = "0.5.0-pre5"
authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 9912b6c

Please sign in to comment.