From 6df2882e5aa2e817795bdc50f9ba1673f7816ae5 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 22 Apr 2025 16:11:51 +0000 Subject: [PATCH] chore: release v0.10.3 --- .github/release-body.md | 6 +++--- CHANGELOG.md | 7 +++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/release-body.md b/.github/release-body.md index 6c315b1..cdef158 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1,9 +1,9 @@ -### 2025-04-19 +### 2025-04-22 ### Chores -+ dependencies updated, [1345ecb1a2b17ad3d288f2de2058c0777b84f93b] ++ dependencies updated, [bbfd2462a1f45008587b488e8c6049ee76da72f2] ### Tests -+ use a fixed version String, `0.00.000`, in tests, [230174b3c327c3f217cdcf8fce07d5d9ddea1033] ++ fix tests for MacOS, closes #61, [cfc2decd8d237f1ac3f0bdb2b3d5581684064448] see CHANGELOG.md for more details diff --git a/CHANGELOG.md b/CHANGELOG.md index d38bb7a..05cf8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +# v0.10.3 +### 2025-04-22 + ### Chores -+ dependencies updated, [bbfd2462a1f45008587b488e8c6049ee76da72f2] ++ dependencies updated, [bbfd2462](https://github.com/mrjackwills/oxker/commit/bbfd2462a1f45008587b488e8c6049ee76da72f2) ### Tests -+ fix tests for MacOS, closes #61, [cfc2decd8d237f1ac3f0bdb2b3d5581684064448] ++ fix tests for MacOS, closes [#61](https://github.com/mrjackwills/oxker/issues/61), [cfc2decd](https://github.com/mrjackwills/oxker/commit/cfc2decd8d237f1ac3f0bdb2b3d5581684064448) # v0.10.2 ### 2025-04-19 diff --git a/Cargo.lock b/Cargo.lock index f5c8521..51f6e24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,7 +1200,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "oxker" -version = "0.10.2" +version = "0.10.3" dependencies = [ "anyhow", "bollard", diff --git a/Cargo.toml b/Cargo.toml index e325408..a2c42fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxker" -version = "0.10.2" +version = "0.10.3" edition = "2024" authors = ["Jack Wills "] description = "A simple tui to view & control docker containers"