Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
Change log for releasing v1.3 as required in
#367.
  • Loading branch information
ChuanqiXu9 committed Jan 30, 2024
1 parent ccb7603 commit f49395f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
project(async_simple
VERSION 1.2
VERSION 1.3
LANGUAGES CXX C ASM)

enable_testing()
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-1-30 Release Notes
* 1.3 Released
* Avoid overwriting CMAKE_CXX_FLAGS.
* Added a `schedule_move_only` interface to Executor.
* Added support for CMake 3.27 and up for building C++20 module.
* Added `ResumeBySchedule` interface for `Future`.
* Added support for cmake find_package.

2023-8-17 Release Notes
* 1.2 Released
* Added a version number to libasync_simple.so in CMakeScripts.
Expand Down

0 comments on commit f49395f

Please sign in to comment.