From 9c7e33f8a17a3601bdd446fe92fc3bf0765dab53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 20:52:08 +0000 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfe5f8..d5645dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/PlexSheep/steckrs/compare/v0.4.0...v0.4.1) + +### ⛰️ Features + +- Add list_plugins - ([1930042](https://github.com/PlexSheep/steckrs/commit/1930042da18228f4d25546f13382fadce4c0f70c)) + + ## [0.4.0](https://github.com/PlexSheep/steckrs/compare/v0.3.4...v0.4.0) ### ⛰️ Features diff --git a/Cargo.toml b/Cargo.toml index 07e430a..f9aaca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steckrs" -version = "0.4.0" +version = "0.4.1" edition = "2021" publish = true authors = ["Christoph J. Scherr "]