diff --git a/.github/release-body.md b/.github/release-body.md index f03b373..243e5d4 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1,16 +1,6 @@ ### 2024-09-07 -### Chores -+ dependencies updated, [d6238587ffc536f1ea93a47dd4d2ee69c36f35e3], [a564ef80318adbde9f188dd2cf38626a98793c75], [1d82ff1368f7b43e6df8478d5e7b8d682320010a], [99f05f2e5b511d039804159c92ade6c77ff360b7] -+ Rust 1.81.0 linting, [372f759ca467e47c373a086c6a247c150b87d4bc] -+ .devcontainer updated, [5d77f1e02a428b4e5ee1bf5466055ad17f6e05af] - -### Docs -+ CHANGELOG.md duplicate removed, [16ecc5a51f7defcc9dd4f4c6e34fa5bbfc7fea78] -+ Readme raspberry pi fix, [baf68783929e5d6ac111a39dc62388cd24133da6] -+ Add installation guide to README for macOS installation via `brew install oxker`, thanks [miketheman](https://github.com/miketheman), [59817311baea628d2691765ff9387e055dce3307], [895ec6204cc8220be64be7622df6edb6ef6d795b] - -### Refactors -+ switch lints from `allow(x)` to `expect(x)`, [2a0ab6d81ce4062de053a92b85f8b25ea23412b6] +### Reverts ++ Expect lint was causing issues with crates/docker builds, revert until fix is found, [578ed9f085df0d97c451c06dab4ecbfccd894c52] see CHANGELOG.md for more details diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a4324..ccbccc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +# v0.7.2 +### 2024-09-07 + ### Reverts -+ Expect lint was causing issues with crates/docker builds, revert until fix is found, [578ed9f085df0d97c451c06dab4ecbfccd894c52] ++ Expect lint was causing issues with crates/docker builds, revert until fix is found, [578ed9f0](https://github.com/mrjackwills/oxker/commit/578ed9f085df0d97c451c06dab4ecbfccd894c52) # v0.7.1 ### 2024-09-07 diff --git a/Cargo.lock b/Cargo.lock index 872d084..c239135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "oxker" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 42e8c19..015f057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxker" -version = "0.7.1" +version = "0.7.2" edition = "2021" authors = ["Jack Wills "] description = "A simple tui to view & control docker containers"