release: 1.4.2
This commit is contained in:
parent
91abc2f63a
commit
0f2d44d1c0
3 changed files with 9 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -187,7 +187,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|||
|
||||
[[package]]
|
||||
name = "beacon"
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "beacon"
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -6,6 +6,13 @@ pub fn changelog_page() -> Markup {
|
|||
layout(html! {
|
||||
h1 { "Beacon Changelog" }
|
||||
|
||||
section {
|
||||
h2 { "1.4.2, 09.05.2025" }
|
||||
ul {
|
||||
li { "Added support for fish from patch 7.2" }
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
h2 { "1.4.1, 11.02.2025" }
|
||||
ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue