Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Souchay committed Apr 27, 2021
1 parent aeca075 commit d5cd3ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changes

## 0.4.1 (2021-04-27)

* reqwest to 0.11, use blocking api
* support for X-Consul-Token
* [BUGFIX] Fix incorrect return values for services() in catalog

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]

name = "consul"
version = "0.3.0"
version = "0.4.1"
edition = "2018"
authors = ["Andrew Useckas <[email protected]>", "Stu Small <[email protected]>", "YoungKing <[email protected]>"]
authors = ["Andrew Useckas <[email protected]>", "Stu Small <[email protected]>", "YoungKing <[email protected]>", "Pierre Souchay <https://github.com/pierresouchay>"]
description = "Rust client libray for Consul HTTP API"
documentation = "https://docs.rs/consul/"
repository = "https://github.com/stusmall/consul-rust"
repository = "https://github.com/pierresouchay/consul-rust"
license = "MIT/Apache-2.0"

readme = "README.md"
Expand Down

0 comments on commit d5cd3ce

Please sign in to comment.