1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

prepare bytestring release 1.2.0

This commit is contained in:
Rob Ede 2022-11-07 20:22:47 +00:00
parent 6061a44a22
commit bb36e2a072
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
# Changes # Changes
## Unreleased - 2022-xx-xx ## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.57.
## 1.2.0 - 2022-11-07
- Add `ByteString::slice_ref` which can safely slice a `ByteString` into a new one with zero copy. [#470] - Add `ByteString::slice_ref` which can safely slice a `ByteString` into a new one with zero copy. [#470]
- Minimum supported Rust version (MSRV) is now 1.57.
[#470]: https://github.com/actix/actix-net/pull/470 [#470]: https://github.com/actix/actix-net/pull/470
## 1.1.0 - 2022-06-11 ## 1.1.0 - 2022-06-11
- Implement `From<Box<str>>` for `ByteString`. [#458] - Implement `From<Box<str>>` for `ByteString`. [#458]
- Implement `Into<String>` for `ByteString`. [#458] - Implement `Into<String>` for `ByteString`. [#458]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bytestring" name = "bytestring"
version = "1.1.0" version = "1.2.0"
authors = [ authors = [
"Nikolay Kim <fafhrd91@gmail.com>", "Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>", "Rob Ede <robjtede@icloud.com>",