Browse Source

changelog, dep, version

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
3135fca73b
4 changed files with 17 additions and 6 deletions
  1. +11
    -0
      CHANGELOG.md
  2. +3
    -3
      Gopkg.lock
  3. +1
    -1
      Gopkg.toml
  4. +2
    -2
      version/version.go

+ 11
- 0
CHANGELOG.md View File

@ -1,5 +1,16 @@
# 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)
BREAKING CHANGES:


+ 3
- 3
Gopkg.lock View File

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

+ 1
- 1
Gopkg.toml View File

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


+ 2
- 2
version/version.go View File

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

Loading…
Cancel
Save