Skip to content

Commit

Permalink
prep release: bump version to 0.4.1, update mails, fix doc-root (tend…
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi authored Jan 19, 2020
1 parent 0ae90b4 commit 074df24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "prost-amino"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.4.0"
authors = ["Dan Burkert <dan@danburkert.com>", "zaki", "Ismail Khoffi <ismail@tendermint.com"]
version = "0.4.1"
authors = ["Dan Burkert <dan@danburkert.com>", "zaki <zaki@tendermint.com>", "Ismail Khoffi <ismail.khoffi@gmail.com"]
license = "Apache-2.0"
repository = "https://github.com/tendermint/amino_rs"
documentation = "https://docs.rs/prost"
Expand Down Expand Up @@ -34,5 +34,5 @@ bytes = "0.5"
[dev-dependencies]
env_logger = { version = "0.5", default-features = false }
log = "0.4"
prost-amino-derive = { version = "0.4.0", path = "prost-amino-derive" }
prost-amino-derive = { version = "0.4.1", path = "prost-amino-derive" }
quickcheck = "0.6"
2 changes: 1 addition & 1 deletion prost-amino-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "prost-amino-derive"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.4.0"
version = "0.4.1"
authors = ["Dan Burkert <dan@danburkert.com>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/danburkert/prost"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/prost/0.4.0")]
#![doc(html_root_url = "https://docs.rs/prost_amino/0.4.1")]

pub extern crate bytes;

Expand Down

0 comments on commit 074df24

Please sign in to comment.