release: 1.4.0
This commit is contained in:
parent
654bcbab1f
commit
36be313093
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -187,7 +187,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|||
|
||||
[[package]]
|
||||
name = "beacon"
|
||||
version = "1.3.0"
|
||||
version = "1.4.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "beacon"
|
||||
version = "1.3.0"
|
||||
version = "1.4.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -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)" }
|
||||
|
|
Loading…
Add table
Reference in a new issue