From 707d38cbe2a50a792ba874d982f6a6ef73ab6ca4 Mon Sep 17 00:00:00 2001 From: "cotbot[bot]" <198769328+cotbot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:39:54 +0000 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- cot-cli/CHANGELOG.md | 6 ++++++ cot-cli/Cargo.toml | 2 +- cot/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da71e1..5bac303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/cot-rs/cot/compare/cot-v0.1.2...cot-v0.1.3) - 2025-02-24 + +### Other + +- add logo to the rustdoc (#198) + ## [0.1.2](https://github.com/cot-rs/cot/compare/cot-v0.1.1...cot-v0.1.2) - 2025-02-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index ed1b733..da748a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cot" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-stream", "async-trait", @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "cot-cli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index efff573..d0b760a 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.2", path = "cot" } +cot = { version = "0.1.3", 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 50da596..d0bc196 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.3](https://github.com/cot-rs/cot/compare/cot-cli-v0.1.2...cot-cli-v0.1.3) - 2025-02-24 + +### Other + +- updated the following local packages: cot + ## [0.1.2](https://github.com/cot-rs/cot/compare/cot-cli-v0.1.1...cot-cli-v0.1.2) - 2025-02-23 ### Fixed diff --git a/cot-cli/Cargo.toml b/cot-cli/Cargo.toml index 4f3a272..4a416e3 100644 --- a/cot-cli/Cargo.toml +++ b/cot-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cot-cli" -version = "0.1.2" +version = "0.1.3" description = "The Rust web framework for lazy developers - CLI tool." categories = ["command-line-utilities", "web-programming"] edition.workspace = true diff --git a/cot/Cargo.toml b/cot/Cargo.toml index b72e49f..976cd79 100644 --- a/cot/Cargo.toml +++ b/cot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cot" -version = "0.1.2" +version = "0.1.3" description = "The Rust web framework for lazy developers." categories = ["web-programming", "web-programming::http-server", "network-programming"] edition.workspace = true