Skip to content
Snippets Groups Projects
Verified Commit cfeae3ac authored by Nicolas Werner's avatar Nicolas Werner
Browse files

bump version to 0.2.1

parent bd404e96
No related branches found
Tags v0.2.1
No related merge requests found
Pipeline #3402 passed
CHANGELOG
=========
[0.2.1] - unreleased
[0.2.1] - 2022-07-21
--------------------
- Limit concurrent connections to 64 and per host to 8 by default. You can
......
......@@ -26,7 +26,7 @@ option(USE_BUNDLED_SPDLOG "Use the bundled version of spdlog." ${HUNTER_ENABLED}
project(coeurl
VERSION 0.2.0
VERSION 0.2.1
DESCRIPTION "Simple library to do http requests asynchronously via CURL in C++."
HOMEPAGE_URL "https://nheko.im/nheko-reborn/cocurl")
......
project('coeurl', 'cpp',
version : '0.2.0',
version : '0.2.1',
license : 'MIT',
meson_version : '>=0.54',
default_options : ['warning_level=3', 'cpp_std=c++17']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment