Skip to content

Commit 71b4e55

Browse files
authored
prepare bytestring release 1.1.0 (#461)
1 parent eb5fa30 commit 71b4e55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bytestring/CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
5+
6+
## 1.1.0 - 2022-06-11
7+
- Implement `From<Box<str>>` for `ByteString`. [#458]
8+
- Implement `Into<String>` for `ByteString`. [#458]
49
- Minimum supported Rust version (MSRV) is now 1.49.
5-
- Implement `From<Box<str>>` and `Into<String>`. [#458]
610

711
[#458]: https://github.com/actix/actix-net/pull/458
812

bytestring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bytestring"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Rob Ede <robjtede@icloud.com>",

0 commit comments

Comments
 (0)