Browse Source

update deps and version bump

pull/1780/head
Ethan Buchman 6 years ago
parent
commit
78a8905690
4 changed files with 16 additions and 10 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +8
    -8
      Gopkg.lock
  3. +1
    -1
      Gopkg.toml
  4. +1
    -1
      version/version.go

+ 6
- 0
CHANGELOG.md View File

@ -1,5 +1,11 @@
# Changelog
## 0.10.3 (April 9, 2018)
IMPROVEMENTS:
- Update tmlibs dep
## 0.10.2 (March 23, 2018)
Hot fix to remove `omitempty` from `fee` and to actually run `make


+ 8
- 8
Gopkg.lock View File

@ -93,8 +93,8 @@
[[projects]]
name = "github.com/spf13/cobra"
packages = ["."]
revision = "7b2c5ac9fc04fc5efafb60700713d4fa609b777b"
version = "v0.0.1"
revision = "a1f051bc3eba734da4772d60e2d677f47cf93ef4"
version = "v0.0.2"
[[projects]]
name = "github.com/spf13/pflag"
@ -128,7 +128,7 @@
"leveldb/table",
"leveldb/util"
]
revision = "169b1b37be738edb2813dab48c97a549bcf99bb5"
revision = "714f901b98fdb3aa954b4193d8cbd64a28d80cad"
[[projects]]
name = "github.com/tendermint/tmlibs"
@ -137,8 +137,8 @@
"db",
"log"
]
revision = "87c0473730a7fd6f97e9f8be3cfeeaa21102fa41"
version = "v0.8.0-dev"
revision = "2e24b64fc121dcdf1cabceab8dc2f7257675483c"
version = "v0.8.1"
[[projects]]
branch = "master"
@ -152,7 +152,7 @@
"lex/httplex",
"trace"
]
revision = "6078986fec03a1dcc236c34816c71b0e05018fda"
revision = "61147c48b25b599e5b561d2e9c4f3e1ef489ca41"
[[projects]]
name = "golang.org/x/text"
@ -179,7 +179,7 @@
branch = "master"
name = "google.golang.org/genproto"
packages = ["googleapis/rpc/status"]
revision = "f8c8703595236ae70fdf8789ecb656ea0bcdcf46"
revision = "ce84044298496ef4b54b4a0a0909ba593cc60e30"
[[projects]]
name = "google.golang.org/grpc"
@ -208,6 +208,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "4ce1a684eeb6af9d2aa29531afb2685ac109ac5b14f71a6ef9cbfa88f8d69010"
inputs-digest = "e42d4a691fb0d0db9c717394e580dd00b36ba9e185541f99fc56689338470123"
solver-name = "gps-cdcl"
solver-version = 1

+ 1
- 1
Gopkg.toml View File

@ -45,7 +45,7 @@
[[constraint]]
name = "github.com/tendermint/tmlibs"
version = "0.8.0-dev"
version = "0.8.1"
[[constraint]]
name = "google.golang.org/grpc"


+ 1
- 1
version/version.go View File

@ -6,4 +6,4 @@ const Maj = "0"
const Min = "10"
const Fix = "3"
const Version = "0.10.3-dev"
const Version = "0.10.3"

Loading…
Cancel
Save