-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pierre Souchay
committed
Apr 27, 2021
1 parent
aeca075
commit d5cd3ce
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|