From 3352ce51d87139665f2344d9b0de816cda42833d Mon Sep 17 00:00:00 2001 From: "cotbot[bot]" <198769328+cotbot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:32:43 +0000 Subject: [PATCH] chore: release v0.1.2 (#193) Co-authored-by: cotbot[bot] <198769328+cotbot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- cot-cli/CHANGELOG.md | 6 ++++++ cot-cli/Cargo.toml | 2 +- cot/CHANGELOG.md | 14 ++++++++++++++ cot/Cargo.toml | 2 +- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a87e279..ed1b733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cot" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-stream", "async-trait", @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "cot-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7321edb..efff573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ cargo_toml = "0.21" chrono = { version = "0.4", default-features = false } clap = { version = "4", features = ["deprecated"] } clap-verbosity-flag = { version = "3", default-features = false } -cot = { version = "0.1.1", path = "cot" } +cot = { version = "0.1.2", path = "cot" } cot_codegen = { version = "0.1.2", path = "cot-codegen" } cot_macros = { version = "0.1.2", path = "cot-macros" } darling = "0.20" diff --git a/cot-cli/CHANGELOG.md b/cot-cli/CHANGELOG.md index f5867c2..50da596 100644 --- a/cot-cli/CHANGELOG.md +++ b/cot-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/cot-rs/cot/compare/cot-cli-v0.1.1...cot-cli-v0.1.2) - 2025-02-23 + +### Fixed + +- add Cargo.lock to project template to avoid broken dependencies (#191) + ## [0.1.1](https://github.com/cot-rs/cot/compare/cot-cli-v0.1.0...cot-cli-v0.1.1) - 2025-02-21 ### Other diff --git a/cot-cli/Cargo.toml b/cot-cli/Cargo.toml index 6c76153..4f3a272 100644 --- a/cot-cli/Cargo.toml +++ b/cot-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cot-cli" -version = "0.1.1" +version = "0.1.2" description = "The Rust web framework for lazy developers - CLI tool." categories = ["command-line-utilities", "web-programming"] edition.workspace = true diff --git a/cot/CHANGELOG.md b/cot/CHANGELOG.md index a3f82bf..3da71e1 100644 --- a/cot/CHANGELOG.md +++ b/cot/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/cot-rs/cot/compare/cot-v0.1.1...cot-v0.1.2) - 2025-02-23 + +### Added + +- *(error)* enhance error logging with tracing integration (#186) + +### Fixed + +- switch back to using non-prerelease versions of crypto crates (#188) + +### Other + +- *(deps)* add info about dependencies to CONTRIBUTING.md (#192) + ## [0.1.1](https://github.com/cot-rs/cot/compare/cot-v0.1.0...cot-v0.1.1) - 2025-02-21 ### Other diff --git a/cot/Cargo.toml b/cot/Cargo.toml index dd83f16..b72e49f 100644 --- a/cot/Cargo.toml +++ b/cot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cot" -version = "0.1.1" +version = "0.1.2" description = "The Rust web framework for lazy developers." categories = ["web-programming", "web-programming::http-server", "network-programming"] edition.workspace = true