From 8a026561158ac6850226e2f1cd9e9520c3a32bf8 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:44:18 +0000 Subject: [PATCH] docs: changelog --- .devcontainer/devcontainer.json | 7 ++----- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 16 ++++++++-------- LICENSE | 2 +- 4 files changed, 24 insertions(+), 14 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ed5301e..41a7ebe 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,14 +13,11 @@ "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", - "seccomp=unconfined", + "seccomp=unconfined" ], "mounts": [ - // //"source=/etc/timezone,target=/etc/timezone,type=bind,readonly", - "source=/dev/shm,target=/ramdrive,type=bind", - "source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly", - "source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly", + "source=/etc/timezone,target=/etc/timezone,type=bind,readonly" ], // Set *default* container specific settings.json values on container create. diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b9ffd..773e5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### Docs ++ readme update, [f29e29ad151ddf424ba630e6d33edf19acfd7636] ++ comments improved, [1674db8a20aafa447732deb2e44ac8b97cf0471b] ++ readme logo size, [a733efa65865e04d9ec86c7ca8785dfbae635695] + +### Fixes ++ Remove unwraps(), [61db81ecfe5684ddb8a360715f43357a042162c0] + +### Refactors ++ tokio spawns, [1fd230f2f3cf4e376058359515e76f4fa6e425c2] ++ max_line_width(), [a5d7dabbd68dc15a081df33352ce3b55d9a9891c] + + # v0.0.5 ### 2022-05-30 diff --git a/Cargo.toml b/Cargo.toml index 66c0e4f..89d2bed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,14 +11,14 @@ readme = "README.md" [dependencies] anyhow = "1.0" bollard = "0.12.0" -cansi = "2.1.1" -clap={version="3.1.0", features = ["derive", "unicode"] } -crossterm = "0.23.2" -futures-util = "0.3.21" -parking_lot = {version= "0.12.0"} -tokio = {version = "1.17.0", features=["full"]} -tracing = "0.1.32" -tracing-subscriber = "0.3.9" +cansi = "2.1" +clap={version="3.1", features = ["derive", "unicode"] } +crossterm = "0.23" +futures-util = "0.3" +parking_lot = {version= "0.12"} +tokio = {version = "1.19", features=["full"]} +tracing = "0.1" +tracing-subscriber = "0.3" tui = "0.18" [dev-dependencies] diff --git a/LICENSE b/LICENSE index 461de66..b04fba6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Jack Wills +Copyright (c) 2022- Jack Wills Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal