File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 0.2.3 (unreleased)
2
+
3
+ * Broaden bytes dependency to include versions 0.5.z through 1.y. The rare
4
+ broad dependency range is intended to allow users to avoid duplicates of the
5
+ bytes crate during transition to bytes 1.0.0 in the broader ecosystem, while
6
+ simultaneously avoiding a Semver incompatible release of _ http_ . ([ #461 ] )
7
+
1
8
# 0.2.2 (December 14, 2020)
2
9
3
10
* Fix (potential double) panic of (` HeaderMap ` ) ` OccupiedEntry::remove_entry ` and
159
166
[ #414 ] : https://github.com/hyperium/http/pull/414
160
167
[ #432 ] : https://github.com/hyperium/http/issues/432
161
168
[ #433 ] : https://github.com/hyperium/http/pull/433
169
+ [ #435 ] : https://github.com/hyperium/http/issues/435
162
170
[ #438 ] : https://github.com/hyperium/http/pull/438
163
171
[ #443 ] : https://github.com/hyperium/http/pull/443
172
+ [ #445 ] : https://github.com/hyperium/http/pull/445
164
173
[ #446 ] : https://github.com/hyperium/http/issues/446
165
174
[ #449 ] : https://github.com/hyperium/http/pull/449
166
175
[ #450 ] : https://github.com/hyperium/http/pull/450
167
- [ #435 ] : https://github.com/hyperium/http/issues/435
168
- [ #445 ] : https://github.com/hyperium/http/pull/445
169
-
176
+ [ #461 ] : https://github.com/hyperium/http/pull/461
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "http"
4
4
# - Update html_root_url in lib.rs.
5
5
# - Update CHANGELOG.md.
6
6
# - Create git tag
7
- version = " 0.2.2 "
7
+ version = " 0.2.3 "
8
8
readme = " README.md"
9
9
documentation = " https://docs.rs/http"
10
10
repository = " https://github.com/hyperium/http"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/http/0.2.2 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/http/0.2.3 " ) ]
2
2
3
3
//! A general purpose library of common HTTP types
4
4
//!
You can’t perform that action at this time.
0 commit comments