Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: owentou <[email protected]>
  • Loading branch information
owent committed Jul 26, 2022
1 parent 3ed780b commit fefb1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.0.2

1. Add benchmark for `task_future`
2. Fix lifetime of `task_future`

## 2.0.1

1. Change `task_manager<task_type, container_type>` to `task_manager<task_type>`
Expand All @@ -10,8 +15,6 @@
> We will keep ABI compatitablity for all assemblly APIs and will change the suffix when ABI changed.
2. `cotask::task` changes
+ [x] Add `value_type` to task_macro ( `macro_coroutine` )
+ [ ] Add API `task_action_impl::get_task_id`
+ [ ] Add internal API `task_action_impl::get_task`
3. \[Previous\] Redesign C++ 20 coroutine support.
4. Using ctest to maintain test and samples
5. Fix compatibility for C++20 attributes and macros
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enable_testing()

project(
libcopp
VERSION "2.0.1"
VERSION "2.0.2"
DESCRIPTION "Cross-platform coroutine library in C++ ."
HOMEPAGE_URL "https://libcopp.atframe.work"
LANGUAGES C CXX ASM)
Expand Down

0 comments on commit fefb1b8

Please sign in to comment.