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

Bump version

parent 30073877
No related branches found
No related tags found
No related merge requests found
Pipeline #5807 failed
CHANGELOG
=========
[0.3.1] - 2024-06-02
--------------------
- Allow configuring the verbosity of curl requests.
- Don't rely on the deprecated `CURLOPT_PROTOCOLS` on newer curl versions.
- Various build system fixes.
- Compatibility with {fmt} version 10.
[0.3.0] - 2023-01-10
--------------------
......
......@@ -25,7 +25,7 @@ option(USE_BUNDLED_LIBCURL "Use the bundled version of spdlog." ${HUNTER_ENABLED
option(USE_BUNDLED_SPDLOG "Use the bundled version of spdlog." ${HUNTER_ENABLED})
project(coeurl
VERSION 0.3.0
VERSION 0.3.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.3.0',
version : '0.3.1',
license : 'MIT',
meson_version : '>=0.55',
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