chore: merge main into dev
This commit is contained in:
@@ -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 <a href='https://github.com/mrjackwills/oxker/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
|
||||
|
||||
+5
-2
@@ -1,8 +1,11 @@
|
||||
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.10.3'>v0.10.3</a>
|
||||
### 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)
|
||||
|
||||
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.10.2'>v0.10.2</a>
|
||||
### 2025-04-19
|
||||
|
||||
Generated
+1
-1
@@ -1200,7 +1200,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
||||
|
||||
[[package]]
|
||||
name = "oxker"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bollard",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "oxker"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
edition = "2024"
|
||||
authors = ["Jack Wills <email@mrjackwills.com>"]
|
||||
description = "A simple tui to view & control docker containers"
|
||||
|
||||
Reference in New Issue
Block a user