From b5be21b14285f7459f6aa3cae7f5e46cfd1bdf8e Mon Sep 17 00:00:00 2001 From: lemire Date: Fri, 12 Jun 2026 00:30:38 +0000 Subject: [PATCH] Deploy docs for version 8.2.9 --- README.md | 2 +- assets/app.js | 2 +- index.html | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 92738c3..0dd29c6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The displayed release version is kept fresh by two independent mechanisms: 1. **Build-time substitution.** The `Deploy GitHub Pages` workflow (`.github/workflows/pages.yml`) replaces every occurrence of the literal - `8.2.8` in `index.html` with the latest GitHub release tag before + `8.2.9` in `index.html` with the latest GitHub release tag before publishing. The workflow runs on every push to `main` that touches `docs/**`, on every published release, and can be dispatched manually. diff --git a/assets/app.js b/assets/app.js index a51dfe1..a2710e4 100644 --- a/assets/app.js +++ b/assets/app.js @@ -63,7 +63,7 @@ } // ---------- Live version refresh from GitHub Releases ---------- - // The build-time workflow substitutes 8.2.8 in the HTML; this + // The build-time workflow substitutes 8.2.9 in the HTML; this // additionally refreshes the displayed version in the browser so the // site always reflects the very latest release without redeploying. const versionNodes = document.querySelectorAll("[data-version]"); diff --git a/index.html b/index.html index 13ba972..8576332 100644 --- a/index.html +++ b/index.html @@ -61,12 +61,12 @@ Get started View on GitHub - Download v8.2.8 + Download v8.2.9
- Latest release: v8.2.8 + Latest release: v8.2.9 Apache 2.0 MIT @@ -221,7 +221,7 @@ constexpr double pi = parse("3.1415"); // computed at compile time
FetchContent_Declare(
   fast_float
   GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
-  GIT_TAG tags/v8.2.8
+  GIT_TAG tags/v8.2.9
   GIT_SHALLOW TRUE)
 FetchContent_MakeAvailable(fast_float)
 target_link_libraries(myprogram PUBLIC fast_float)
@@ -232,13 +232,13 @@ target_link_libraries(myprogram PUBLIC fast_float)
CPMAddPackage(
   NAME fast_float
   GITHUB_REPOSITORY "fastfloat/fast_float"
-  GIT_TAG v8.2.8)
+ GIT_TAG v8.2.9)

Single header

Download a pre-amalgamated header — no build system required.

-
curl -LO https://github.com/fastfloat/fast_float/releases/download/v8.2.8/fast_float.h
+
curl -LO https://github.com/fastfloat/fast_float/releases/download/v8.2.9/fast_float.h
@@ -327,7 +327,7 @@ target_link_libraries(myprogram PUBLIC fast_float)
- Current release v8.2.8 + Current release v8.2.9 Maintained by the fast_float contributors.