From 41899acece49f2bb0a73190ea464c226b0d0bfe2 Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 2 Mar 2026 21:53:42 -0500 Subject: [PATCH] Release v0.36.0 --- docs-src/config.toml | 2 +- docs/en/cookbook/index.html | 2 +- docs/en/index.html | 2 +- docs/en/tour/01-getting-started/index.html | 2 +- docs/en/tour/02-basic-client/index.html | 2 +- docs/en/tour/03-basic-server/index.html | 2 +- docs/en/tour/04-static-file-server/index.html | 2 +- docs/en/tour/05-tls-setup/index.html | 2 +- docs/en/tour/06-https-client/index.html | 2 +- docs/en/tour/07-https-server/index.html | 2 +- docs/en/tour/08-websocket/index.html | 2 +- docs/en/tour/09-whats-next/index.html | 2 +- docs/en/tour/index.html | 2 +- docs/ja/cookbook/index.html | 2 +- docs/ja/index.html | 2 +- docs/ja/tour/01-getting-started/index.html | 2 +- docs/ja/tour/02-basic-client/index.html | 2 +- docs/ja/tour/03-basic-server/index.html | 2 +- docs/ja/tour/04-static-file-server/index.html | 2 +- docs/ja/tour/05-tls-setup/index.html | 2 +- docs/ja/tour/06-https-client/index.html | 2 +- docs/ja/tour/07-https-server/index.html | 2 +- docs/ja/tour/08-websocket/index.html | 2 +- docs/ja/tour/09-whats-next/index.html | 2 +- docs/ja/tour/index.html | 2 +- httplib.h | 4 ++-- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs-src/config.toml b/docs-src/config.toml index 08b558f..662effd 100644 --- a/docs-src/config.toml +++ b/docs-src/config.toml @@ -1,6 +1,6 @@ [site] title = "cpp-httplib" -version = "0.35.0" +version = "0.36.0" hostname = "https://yhirose.github.io" base_path = "/cpp-httplib" diff --git a/docs/en/cookbook/index.html b/docs/en/cookbook/index.html index 119703b..d6ba668 100644 --- a/docs/en/cookbook/index.html +++ b/docs/en/cookbook/index.html @@ -17,7 +17,7 @@
- cpp-httplib v0.35.0 + cpp-httplib v0.36.0