Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored Oct 25, 2023
1 parent 32cc466 commit c8551a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 2.0.0

- **Breaking:** Expose `future::{ready, pending}` from `core` instead of defining
our own. (#73)
- **Breaking:** The `TryZip` and `Zip` combinators are modified to have a cleaner
API, where generic constraints are not necessary on the structure itself at the
cost of additional generics. (#74)
- Add a way to use racey futures on `no_std` by providing your own seed. (#75)

# Version 1.13.0

- Unbind Debug implementations of BufReader and BufWriter. (#49)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "futures-lite"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.13.0"
# - Create "v2.x.y" git tag
version = "2.0.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Contributors to futures-rs",
Expand Down

0 comments on commit c8551a3

Please sign in to comment.