Skip to content

Commit bd846e3

Browse files
committed
docs: note the erronous 6.3.2 in changelog
(6.3.2 was the same thing as 6.3.1 released by git accident.)
1 parent c81a00d commit bd846e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [6.3.2] - 2021-03-01
11+
12+
_(This was the same thing as 6.3.1 released by git accident.)_
13+
1014
## [6.3.1] - 2021-02-15
1115

1216
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "6.3.1"
3+
version = "6.3.2"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"

0 commit comments

Comments
 (0)