Skip to content

Commit

Permalink
prepare bytestring release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Mar 3, 2023
1 parent fbb53f5 commit a6bece7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bytestring/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## Unreleased - 2022-xx-xx

## 1.3.0 - 2023-03-03

- Implement `AsRef<ByteString>` for `ByteString`.
- Minimum supported Rust version (MSRV) is now 1.59.

## 1.2.1 - 2022-11-12

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.2.1"
version = "1.3.0"
authors = [
"Nikolay Kim <[email protected]>",
"Rob Ede <[email protected]>",
Expand Down

0 comments on commit a6bece7

Please sign in to comment.