diff --git a/cpp-httplib.spec b/cpp-httplib.spec index 0641f9360b8b0828e85a1a342bf1103ac8ff11c2..164be47adbef5f83ed833cdc2145ab5eb35f840b 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -1,5 +1,5 @@ Name: cpp-httplib -Version: 0.18.0 +Version: 0.18.1 Release: 1 Summary: A C++ header-only HTTP/HTTPS server and client library License: MIT @@ -59,6 +59,9 @@ export GTEST_FILTER='_Online$' %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sun Nov 17 2024 Funda Wang - 0.18.1-1 +- update to 0.18.1 + * Thu Sep 19 2024 Funda Wang - 0.18.0-1 - update to 0.18.0 diff --git a/v0.18.0.tar.gz b/v0.18.0.tar.gz deleted file mode 100644 index 7af8462846f215742746fff99bc2350a68f77633..0000000000000000000000000000000000000000 Binary files a/v0.18.0.tar.gz and /dev/null differ diff --git a/v0.18.1.tar.gz b/v0.18.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d58b628b7c0c08143a06014d9ffb9ee26f565907 Binary files /dev/null and b/v0.18.1.tar.gz differ