Skip to content

Commit

Permalink
chore: merge release-v0.6.2 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 31, 2024
2 parents 8f2f5ab + 8d90ac2 commit aba9de6
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"--security-opt",
"seccomp=unconfined"
],
"postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli cargo-expand",
"postCreateCommand": "cargo install cross typos-cli cargo-expand",
"mounts": [
"source=/run/shm,target=/dev/shm,type=bind"
],
Expand Down
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.6.2'>v0.6.2</a>
### 2024-03-31

### Chores
+ .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
Loading

0 comments on commit aba9de6

Please sign in to comment.