diff --git a/.github/release-body.md b/.github/release-body.md index f7ab0af..a78efaf 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1,25 +1,9 @@ -### 2024-02-14 +### 2024-03-31 ### Chores -+ create_release v0.5.5, [616338b7107036e968f51c3ff80739f9ffb40fbd] -+ update dependencies, [10180d2e0817c00a198e27f7d71080c502639a6b] -+ update to ratatui v0.26.0, [d33dce3eec4c19cc3c3668dab77f7d25d6970c3c] -+ GitHub workflow dependency bump, [0314eac9df6cf9fea1943dcd06bd6a0b27131c16] - -### Docs -+ screenshot updated, [fe5ec4f5dd25f11817be37f3f1867a6a2b0afc42] - -### Fixes -+ ports all listed in white, [d3b23585b38045eb3bc827367eca90eb7f7a7dd5] -+ use long container name in delete popup, [6202b7bbfdfb04a94959b5143dac3f1aa59cd336] -+ memory display, closes #33, [a182d40a7463164ef5dcac379d1a1768d77209d2] - -### Refactors -+ use &[T] instead of &Vec, [76cd08ab2f98687a866a6bbb4fa93bbdedaa7699], [1f62bb50210f2d66bb7215e42e8b21a3c1a6ec06] -+ draw_block constraints into consts, [0436ff1b7356c80532048c7d497c66d331092b01] - -### Tests -+ update port test with new colour, [f74ae3f5c34d74b78822078291fed401427c4cba] -+ color match tests updated, [5b287416315942b19c62f8c66348ce28462d894c] ++ .devcontainer updated, [82a7f84ed94a9bad6cc5fe078bfadbda65c8ea8f] ++ Rust 1.77 linting, [dfd4948d9c43cfbffb091c303d3cb2a05522047a] ++ platform.sh formatted, [7953e68f3067ac3c9d4fe67e9f934c25036c0833] ++ dependencies updated, [8e6c3ca6d83768f043923ccf6836397beaaae639] see CHANGELOG.md for more details diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c40cf..913806d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +# v0.6.2 +### 2024-03-31 + ### Chores -+ .devcontainer updated, [82a7f84ed94a9bad6cc5fe078bfadbda65c8ea8f] -+ Rust 1.77 linting, [dfd4948d9c43cfbffb091c303d3cb2a05522047a] -+ platform.sh formatted, [7953e68f3067ac3c9d4fe67e9f934c25036c0833] -+ dependencies updated, [8e6c3ca6d83768f043923ccf6836397beaaae639] ++ .devcontainer updated, [82a7f84e](https://github.com/mrjackwills/oxker/commit/82a7f84ed94a9bad6cc5fe078bfadbda65c8ea8f) ++ Rust 1.77 linting, [dfd4948d](https://github.com/mrjackwills/oxker/commit/dfd4948d9c43cfbffb091c303d3cb2a05522047a) ++ platform.sh formatted, [7953e68f](https://github.com/mrjackwills/oxker/commit/7953e68f3067ac3c9d4fe67e9f934c25036c0833) ++ dependencies updated, [8e6c3ca6](https://github.com/mrjackwills/oxker/commit/8e6c3ca6d83768f043923ccf6836397beaaae639) # v0.6.1 ### 2024-02-14 diff --git a/Cargo.lock b/Cargo.lock index 1b28dc9..a8ea256 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -843,7 +843,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "oxker" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "bollard", diff --git a/Cargo.toml b/Cargo.toml index f467ad4..12b1974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxker" -version = "0.6.1" +version = "0.6.2" edition = "2021" authors = ["Jack Wills "] description = "A simple tui to view & control docker containers"