Skip to content

Commit ed05a1f

Browse files
authored
Release v0.10.0 (#223)
1 parent b3fb243 commit ed05a1f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22
include(CMakeDependentOption)
33
project(libcoro
4-
VERSION 0.9.0
4+
VERSION 0.10.0
55
LANGUAGES CXX
66
DESCRIPTION "C++20 coroutine library"
77
)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ Completed 10000000 requests
10211021
Finished 10000000 requests
10221022

10231023

1024-
Server Software:
1024+
Server Software:
10251025
Server Hostname: 127.0.0.1
10261026
Server Port: 8888
10271027

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

11181116
#### Building
11191117
mkdir Release && cd Release

0 commit comments

Comments
 (0)