Skip to content

Commit bb36e2a

Browse files
committed
prepare bytestring release 1.2.0
1 parent 6061a44 commit bb36e2a

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,11 +1,15 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4-
- Minimum supported Rust version (MSRV) is now 1.57.
4+
5+
6+
## 1.2.0 - 2022-11-07
57
- Add `ByteString::slice_ref` which can safely slice a `ByteString` into a new one with zero copy. [#470]
8+
- Minimum supported Rust version (MSRV) is now 1.57.
69

710
[#470]: https://github.com/actix/actix-net/pull/470
811

12+
913
## 1.1.0 - 2022-06-11
1014
- Implement `From<Box<str>>` for `ByteString`. [#458]
1115
- Implement `Into<String>` for `ByteString`. [#458]

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.1.0"
3+
version = "1.2.0"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Rob Ede <robjtede@icloud.com>",

0 commit comments

Comments
 (0)