Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-11-05 17:11:41 -08:00
parent 75c8dcedfa
commit 9f03bd5586
No known key found for this signature in database
GPG Key ID: F27A1BA748ECAED2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# Version 2.0.0
- **Breaking:** Bump subcrates to their newest major versions. (#277, #280, #281, #282, #283)
- Run the `async-process` driver on the executor. (#284)
# Version 1.3.0
- Remove the dependency on the `once_cell` crate to restore the MSRV. (#241)

View File

@ -2,8 +2,8 @@
name = "smol"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.3.0"
# - Create "v2.x.y" git tag
version = "2.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.63"