Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-12-31 10:42:28 -08:00 committed by GitHub
parent b1c9f8743e
commit d37bf58d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"