chore: release v0.1.2
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
### 2022-07-23
|
||||
|
||||
### Chores
|
||||
+ update Cargo.toml, in preparation for crates.io publishing, [fdc6898e20c41415f03e310d7b84af4b6c39ab62]
|
||||
|
||||
### Docs
|
||||
+ added cargo install instructions, [c774b10d557b10885b9d3a0b3612330a8ecb1cd5]
|
||||
|
||||
### Fixes
|
||||
+ use SpawnId for docker hashmap JoinHandle mapping, [1ae95d58c3302a95d5a0a2f0b61b126c72b6e166]
|
||||
+ remove reqwest dependency, [10ff8bab5f01f097fd6cdec60b2be947f238197b]
|
||||
|
||||
|
||||
see <a href='https://github.com/mrjackwills/oxker/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
|
||||
|
||||
+4
-1
@@ -1,5 +1,8 @@
|
||||
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.1.2'>v0.1.2</a>
|
||||
### 2022-07-23
|
||||
|
||||
### Fixes
|
||||
+ remove reqwest dependency, [10ff8bab5f01f097fd6cdec60b2be947f238197b]
|
||||
+ remove reqwest dependency, [10ff8bab](https://github.com/mrjackwills/oxker/commit/10ff8bab5f01f097fd6cdec60b2be947f238197b),
|
||||
|
||||
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.1.1'>v0.1.1</a>
|
||||
### 2022-07-23
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "oxker"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
authors = ["Jack Wills <email@mrjackwills.com>"]
|
||||
description = "a simple tui to view & control docker containers"
|
||||
|
||||
Reference in New Issue
Block a user