Skip to content

Commit

Permalink
Release v0.10.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldwin authored Dec 5, 2023
1 parent b3fb243 commit ed05a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
include(CMakeDependentOption)
project(libcoro
VERSION 0.9.0
VERSION 0.10.0
LANGUAGES CXX
DESCRIPTION "C++20 coroutine library"
)
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ Completed 10000000 requests
Finished 10000000 requests


Server Software:
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8888

Expand Down Expand Up @@ -1112,8 +1112,6 @@ This project uses git submodules, to properly checkout this project use:
This project depends on the following git sub-modules:
* [libc-ares](https://github.com/c-ares/c-ares) For async DNS resolver, this is a git submodule.
* [catch2](https://github.com/catchorg/Catch2) For testing, this is embedded in the `test/` directory.
* [expected](https://github.com/TartanLlama/expected) For results on operations that can fail, this is a git submodule in the `vendor/` directory.
* `-std=c++23` if it supports `__cpp_lib_expected` will use `std::expected` instead.

#### Building
mkdir Release && cd Release
Expand Down

0 comments on commit ed05a1f

Please sign in to comment.