Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Oct 1, 2022
1 parent e76878f commit 1dbb914
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

### Chores
+ Update clap to v4, [15597dbe6942ec053541398ce0e9dedc10a4d3ea]

### Docs
+ readme.md updated, [a05bf561cc6d96237f683ab0b3c782d6841974d9]

### Refactors
+ Impl Copy where able to, [e76878f424d72b943713ef84e95e25fada77d79e]
+ async fn to just fn, [17dc604befac75cb9dc0311a0e43f9927fe0ca30]



# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.1.4'>v0.1.4</a>
### 2022-09-07

Expand Down
2 changes: 1 addition & 1 deletion src/docker_data/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pub enum DockerMessage {
Unpause(String),
Stop(String),
Quit,
}
}

0 comments on commit 1dbb914

Please sign in to comment.