diff --git a/CHANGELOG.md b/CHANGELOG.md index 1890e341..a99cc04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## Unreleased / Rolling Release +## 0.5.1 - 2025-02-02 + ### ✨ Highlights - FXAA pipeline support diff --git a/Cargo.lock b/Cargo.lock index e9647154..aded791f 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "alkahest" -version = "0.5.0" +version = "0.5.1" dependencies = [ "alkahest-data", "alkahest-panic-handler", @@ -178,7 +178,7 @@ dependencies = [ [[package]] name = "alkahest-data" -version = "0.1.0" +version = "0.5.1" dependencies = [ "alkahest-pm", "anyhow", @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "alkahest-panic-handler" -version = "0.1.0" +version = "0.5.1" dependencies = [ "breakpad-handler", "color-eyre", @@ -208,7 +208,7 @@ dependencies = [ [[package]] name = "alkahest-pm" -version = "0.1.0" +version = "0.5.1" dependencies = [ "anyhow", "destiny-pkg", @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "alkahest-renderer" -version = "0.5.0" +version = "0.5.1" dependencies = [ "alkahest-data", "alkahest-pm", diff --git a/crates/alkahest-data/Cargo.toml b/crates/alkahest-data/Cargo.toml index 74228628..71de82b7 100644 --- a/crates/alkahest-data/Cargo.toml +++ b/crates/alkahest-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alkahest-data" -version = "0.1.0" +version = "0.5.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/alkahest-panic-handler/Cargo.toml b/crates/alkahest-panic-handler/Cargo.toml index c48d6241..b736b41e 100644 --- a/crates/alkahest-panic-handler/Cargo.toml +++ b/crates/alkahest-panic-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alkahest-panic-handler" -version = "0.1.0" +version = "0.5.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/alkahest-pm/Cargo.toml b/crates/alkahest-pm/Cargo.toml index 9a8ef905..f7c739ea 100644 --- a/crates/alkahest-pm/Cargo.toml +++ b/crates/alkahest-pm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alkahest-pm" -version = "0.1.0" +version = "0.5.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/alkahest-renderer/Cargo.toml b/crates/alkahest-renderer/Cargo.toml index 07b378a7..fc0a4da6 100644 --- a/crates/alkahest-renderer/Cargo.toml +++ b/crates/alkahest-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alkahest-renderer" -version = "0.5.0" +version = "0.5.1" rust-version = "1.79" edition = "2021" diff --git a/crates/alkahest/Cargo.toml b/crates/alkahest/Cargo.toml index 23bd8c64..1495c29f 100644 --- a/crates/alkahest/Cargo.toml +++ b/crates/alkahest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alkahest" -version = "0.5.0" +version = "0.5.1" rust-version = "1.79" edition = "2021" authors = ["cohaereo "]