Skip to content

Commit

Permalink
Add changelog for 0.7.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbornholt authored Mar 7, 2024
1 parent c8aa400 commit 6dbcb4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.7.0 (March 7, 2024)

* Add support for task labels. These replace task tags, which are deprecated and will be removed in a future release. (#138)
* In the meantime, `Tag`s are now implemented with a trait. This is a breaking change from 0.6.1. (#111)
* Implement `is_finished()` for `future::JoinHandle` (#118)

# 0.6.1 (May 23, 2023)

* Add feature to tag tasks (#98)
Expand Down

0 comments on commit 6dbcb4c

Please sign in to comment.