changelog, dep, version

This commit is contained in:
Ethan Buchman
2018-03-22 19:19:16 -04:00
parent 215831d035
commit 3135fca73b
4 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,16 @@
# Changelog # Changelog
## 0.10.1 (March 22, 2018)
FEATURES:
- [types] ResponseCheckTx and ResponseDeliverTx are now the same.
IMPROVEMENTS:
- glide -> Godep
- remove pkg/errors
## 0.10.0 (February 20, 2018) ## 0.10.0 (February 20, 2018)
BREAKING CHANGES: BREAKING CHANGES:

6
Gopkg.lock generated
View File

@@ -130,14 +130,14 @@
revision = "211f780988068502fe874c44dae530528ebd840f" revision = "211f780988068502fe874c44dae530528ebd840f"
[[projects]] [[projects]]
branch = "develop" branch = "release/v0.8.0"
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
packages = [ packages = [
"common", "common",
"db", "db",
"log" "log"
] ]
revision = "9b9a9e7f8c73f6d0ae8672438a271f32060eebcb" revision = "0d86fdf522ca31745f33b9e71a17221bbee8a46f"
[[projects]] [[projects]]
name = "golang.org/x/net" name = "golang.org/x/net"
@@ -204,6 +204,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "b334fca7ad79cda7d2248f0f67cc342dd3faa6125d44ba3a6936edb7140d1ef4" inputs-digest = "f1671b129d43ecfb0b2369f8598f0b3be207ed1964a497949a49d11211ea21b3"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View File

@@ -38,7 +38,7 @@
version = "1.2.1" version = "1.2.1"
[[constraint]] [[constraint]]
branch = "develop" branch = "release/v0.8.0"
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
[[constraint]] [[constraint]]

View File

@@ -4,6 +4,6 @@ package version
const Maj = "0" const Maj = "0"
const Min = "10" const Min = "10"
const Fix = "0" const Fix = "1"
const Version = "0.10.0" const Version = "0.10.1"