Skip to content

Commit

Permalink
chore: release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 31, 2024
1 parent f9c48f6 commit 8d90ac2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 27 deletions.
26 changes: 5 additions & 21 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -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<T>, [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 <a href='https://github.com/mrjackwills/oxker/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.6.2'>v0.6.2</a>
### 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)

# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.6.1'>v0.6.1</a>
### 2024-02-14
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxker"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
authors = ["Jack Wills <email@mrjackwills.com>"]
description = "A simple tui to view & control docker containers"
Expand Down

0 comments on commit 8d90ac2

Please # to comment.