From 0fce8bb84a305134099feb11329960d8d7ca9163 Mon Sep 17 00:00:00 2001 From: lemire Date: Mon, 8 Jun 2026 19:31:10 +0000 Subject: [PATCH] Deploy docs for version 8.2.8 --- 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 38e9702..92738c3 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.7` in `index.html` with the latest GitHub release tag before + `8.2.8` 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 4f9042f..a51dfe1 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.7 in the HTML; this + // The build-time workflow substitutes 8.2.8 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 49bf04b..13ba972 100644 --- a/index.html +++ b/index.html @@ -61,12 +61,12 @@ Get started View on GitHub - Download v8.2.7 + Download v8.2.8
- Latest release: v8.2.7 + Latest release: v8.2.8 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.7
+  GIT_TAG tags/v8.2.8
   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.7)
+ GIT_TAG v8.2.8)

Single header

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

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