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

Release v0.1.2

parent f5e0726d
No related branches found
Tags v0.1.2
No related merge requests found
Pipeline #2765 passed
CHANGELOG
=========
## [0.1.2] - 2022-03-06
- Fix potential hang when the client is shutdown and a request is scheduled at the same time.
## [0.1.1] - 2021-12-20
- Add wrapper function to convert error codes to strings.
......
......@@ -26,7 +26,7 @@ option(USE_BUNDLED_SPDLOG "Use the bundled version of spdlog." ${HUNTER_ENABLED}
project(coeurl
VERSION 0.1.1
VERSION 0.2.0
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.1.1',
version : '0.2.0',
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