From bbaa773554715d479f71c85c71c77d0289ce1495 Mon Sep 17 00:00:00 2001 From: Haifeng Xi Date: Mon, 27 May 2019 19:16:33 +0800 Subject: [PATCH 1/2] update version to v0.14.0 --- PENDING.md | 49 ---------------------------------------------- version/version.go | 2 +- 2 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 PENDING.md diff --git a/PENDING.md b/PENDING.md deleted file mode 100644 index d66f5c4df..000000000 --- a/PENDING.md +++ /dev/null @@ -1,49 +0,0 @@ -# PENDING CHANGELOG - - - -## BREAKING CHANGES - -### LCD (REST API) - -### CLI - -### Node - -### Tendermint - - - -## FEATURES - -### LCD (REST API) - -### CLI - -### Node - -### Tendermint - - - -## IMPROVEMENTS - -### LCD (REST API) - -### CLI - -### Node - -### Tendermint - - - -## BUG FIXES - -### LCD (REST API) - -### CLI - -### Node - -### Tendermint diff --git a/version/version.go b/version/version.go index 23aae379c..880943453 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( // Version - Iris Version const ProtocolVersion = 0 -const Version = "0.14.0-rc0" +const Version = "0.14.0" // GitCommit set by build flags var GitCommit = "" From b43b7817ca946cf047d3462fb60e34697660eb7f Mon Sep 17 00:00:00 2001 From: chengwenxi Date: Mon, 27 May 2019 19:34:21 +0800 Subject: [PATCH 2/2] Update install doc --- docs/software/How-to-install-irishub.md | 8 ++------ docs/zh/software/How-to-install-irishub.md | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/software/How-to-install-irishub.md b/docs/software/How-to-install-irishub.md index 9d840fa8f..fccc5095f 100644 --- a/docs/software/How-to-install-irishub.md +++ b/docs/software/How-to-install-irishub.md @@ -1,9 +1,9 @@ # How to install `iris` -### The Latest version of IRIShub : v0.13.1 +### The Latest version of IRIShub : v0.14.0 refer to : https://github.com/irisnet/irishub/releases/latest ``` -Please replace with v0.13.1 while using "git checkout" +Please replace with v0.14.0 while using "git checkout" ``` You can download the source code from github and compile it locally. @@ -70,9 +70,7 @@ mkdir -p $GOPATH/src/github.com/irisnet cd $GOPATH/src/github.com/irisnet git clone https://github.com/irisnet/irishub cd irishub && git checkout -curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh make get_tools -make get_vendor_deps source scripts/setTestEnv.sh make all ``` @@ -83,9 +81,7 @@ mkdir -p $GOPATH/src/github.com/irisnet cd $GOPATH/src/github.com/irisnet git clone https://github.com/irisnet/irishub cd irishub && git checkout -curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh make get_tools -make get_vendor_deps make all ``` diff --git a/docs/zh/software/How-to-install-irishub.md b/docs/zh/software/How-to-install-irishub.md index 6bbbe635c..592ef50f4 100644 --- a/docs/zh/software/How-to-install-irishub.md +++ b/docs/zh/software/How-to-install-irishub.md @@ -1,9 +1,9 @@ # 如何安装`iris` -### 当前IRIShub最新版本为 : v0.13.1 +### 当前IRIShub最新版本为 : v0.14.0 获取最新版本 https://github.com/irisnet/irishub/releases/latest ``` -注意:使用 git checkout 命令时,请将 替换成 v0.13.1 +注意:使用 git checkout 命令时,请将 替换成 v0.14.0 ``` ### 源码编译安装 @@ -68,9 +68,7 @@ mkdir -p $GOPATH/src/github.com/irisnet cd $GOPATH/src/github.com/irisnet git clone https://github.com/irisnet/irishub cd irishub && git checkout -curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh make get_tools -make get_vendor_deps source scripts/setTestEnv.sh make all ``` @@ -81,9 +79,7 @@ mkdir -p $GOPATH/src/github.com/irisnet cd $GOPATH/src/github.com/irisnet git clone https://github.com/irisnet/irishub cd irishub && git checkout -curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh make get_tools -make get_vendor_deps make all ```