Skip to content

Commit

Permalink
Add a patch version to migrate from early 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: owentou <[email protected]>
  • Loading branch information
owent committed Jul 1, 2022
1 parent 960e283 commit 5218901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.1

1. Change `task_manager<task_type, container_type>` to `task_manager<task_type>`

## 2.0.0

1. Add ABI tag for all c++ codes
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.0"
VERSION "2.0.1"
DESCRIPTION "Cross-platform coroutine library in C++ ."
HOMEPAGE_URL "https://libcopp.atframe.work"
LANGUAGES C CXX ASM)
Expand Down

0 comments on commit 5218901

Please sign in to comment.