Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coeurl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
coeurl
Commits
4bde892b
Verified
Commit
4bde892b
authored
9 months ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
30073877
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5807
failed
9 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
10 additions
and
2 deletions
CHANGELOG.md
+
8
−
0
View file @
4bde892b
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
--------------------
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
4bde892b
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
4bde892b
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'
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment