From d9cf33aa3485dd3aa58cdeeceb9780550cfc74c3 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Tue, 4 Feb 2025 15:02:32 +0000 Subject: [PATCH] Bump to 0.6.1 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c5e15..d013156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Change Log +## v0.6.1 (2025-02-04, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.6.1)) + +* Drops Arm Windows build due to build failures. + ## v0.6.0 (2025-02-04, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.6.0)) * Adds `skip_slides` functionality * Upgrade cargo-dist to v0.28 +* Adds Arm Windows builds ## v0.5.0 (2024-11-21, [Github Release](https://github.com/ferrous-systems/mdslides/releases/tag/v0.5.0)) diff --git a/Cargo.lock b/Cargo.lock index 014fedf..7fba5dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "mdslides" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 39476ce..3a3f22f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT" name = "mdslides" readme = "README.md" repository = "https://github.com/ferrous-systems/mdslides/" -version = "0.6.0" +version = "0.6.1" [dependencies] clap = {version = "4", features = ["derive"]}