Skip to content

Commit

Permalink
prepare bytestring release 1.1.0 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede authored Jun 11, 2022
1 parent eb5fa30 commit 71b4e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion bytestring/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changes

## Unreleased - 2022-xx-xx


## 1.1.0 - 2022-06-11
- Implement `From<Box<str>>` for `ByteString`. [#458]
- Implement `Into<String>` for `ByteString`. [#458]
- Minimum supported Rust version (MSRV) is now 1.49.
- Implement `From<Box<str>>` and `Into<String>`. [#458]

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

Expand Down
2 changes: 1 addition & 1 deletion bytestring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytestring"
version = "1.0.0"
version = "1.1.0"
authors = [
"Nikolay Kim <[email protected]>",
"Rob Ede <[email protected]>",
Expand Down

0 comments on commit 71b4e55

Please sign in to comment.