From e71b13ab9bc64971f9bb91f67735ac6b3786f500 Mon Sep 17 00:00:00 2001 From: lemire Date: Tue, 15 Sep 2026 15:05:47 +0000 Subject: [PATCH] Deploy docs for version 8.3.0 --- 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 515d821..d89d635 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.10` in `index.html` with the latest GitHub release tag before + `8.3.0` 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 0d2a892..ec5f38c 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.10 in the HTML; this + // The build-time workflow substitutes 8.3.0 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 5ce2d51..49bca2e 100644 --- a/index.html +++ b/index.html @@ -61,12 +61,12 @@ Get started View on GitHub - Download v8.2.10 + Download v8.3.0
- Latest release: v8.2.10 + Latest release: v8.3.0 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.10
+  GIT_TAG tags/v8.3.0
   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.10)
+ GIT_TAG v8.3.0)

Single header

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

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