From 36be31309337269ff4d52bd86a68af6d6cc40880 Mon Sep 17 00:00:00 2001 From: insects Date: Tue, 11 Feb 2025 15:56:26 +0100 Subject: [PATCH] release: 1.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/changelog.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 928e0f1..34cc993 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beacon" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 2e268f2..f9978bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beacon" -version = "1.3.0" +version = "1.4.0" edition = "2021" [dependencies] diff --git a/src/changelog.rs b/src/changelog.rs index 6b0020f..4ace582 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -7,7 +7,7 @@ pub fn changelog_page() -> Markup { h1 { "Beacon Changelog" } section { - h2 { "1.4.0" } + h2 { "1.4.0, 11.02.2025" } ul { li { "Implemented support for Fisher's Intuition" } li { "Fixed .0 patches showing without the decimal place (e.g. 6.0 would display as 6)" }