diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af5819..31a5739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [0.1.8] - 2024-09-22 + +### Bug Fixes + +- Cargo clippy open file with truncate false + +### Miscellaneous Tasks + +- Change licence to AGPLv3 +- Change licence to AGPLv3 + +### Styling + +- Fmt + +### Build + +- Cargo update +- Use less specific version for tracing-subscriber + +### Ci + +- Add ci script + ## [0.1.7] - 2024-03-17 ### Features diff --git a/Cargo.lock b/Cargo.lock index d99100c..4fe4ff7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "i6" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap", "openssl", diff --git a/Cargo.toml b/Cargo.toml index 452ef1a..cccc812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i6" -version = "0.1.7" # prepare_release.sh +version = "0.1.8" # prepare_release.sh edition = "2021" license = "AGPL-3.0" authors = ["kruserr"]