diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5c8e24..1c697a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.6.1](https://github.com/cot-rs/cot/compare/cot-v0.6.0...cot-v0.6.1) - 2026-03-29 + +[View diff on diff.rs](https://diff.rs/cot/0.6.0/cot/0.6.1/Cargo.toml) + +- Update Cargo.toml dependencies ## [0.6.0](https://github.com/cot-rs/cot/compare/cot-v0.5.0...cot-v0.6.0) - 2026-03-18 [View diff on diff.rs](https://diff.rs/cot/0.5.0/cot/0.6.0/Cargo.toml) diff --git a/Cargo.lock b/Cargo.lock index 463e9384..a112dcb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,7 +885,7 @@ dependencies = [ [[package]] name = "cot" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ahash", "aide", @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "cot-cli" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anstyle", "anyhow", @@ -998,7 +998,7 @@ dependencies = [ [[package]] name = "cot_core" -version = "0.6.0" +version = "0.6.1" dependencies = [ "askama", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index de0b0138..99e16555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,8 +82,8 @@ clap = { version = "4.5.60", features = ["deprecated"] } clap-verbosity-flag = { version = "3", default-features = false } clap_complete = "4" clap_mangen = "0.2.31" -cot = { version = "0.6.0", path = "cot" } -cot_core = { version = "0.6.0", path = "cot-core" } +cot = { version = "0.6.1", path = "cot" } +cot_core = { version = "0.6.1", path = "cot-core" } cot_codegen = { version = "0.6.0", path = "cot-codegen" } cot_macros = { version = "0.6.0", path = "cot-macros" } criterion = "0.8" diff --git a/cot-cli/CHANGELOG.md b/cot-cli/CHANGELOG.md index 74c1892d..4d22fbc6 100644 --- a/cot-cli/CHANGELOG.md +++ b/cot-cli/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/cot-rs/cot/compare/cot-cli-v0.6.0...cot-cli-v0.6.1) - 2026-03-29 + +[View diff on diff.rs](https://diff.rs/cot-cli/0.6.0/cot-cli/0.6.1/Cargo.toml) + +- Update Cargo.lock dependencies ## [0.6.0](https://github.com/cot-rs/cot/compare/cot-cli-v0.5.0...cot-cli-v0.6.0) - 2026-03-18 [View diff on diff.rs](https://diff.rs/cot-cli/0.5.0/cot-cli/0.6.0/Cargo.toml) diff --git a/cot-cli/Cargo.toml b/cot-cli/Cargo.toml index 084349e4..0805abb8 100644 --- a/cot-cli/Cargo.toml +++ b/cot-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cot-cli" -version = "0.6.0" +version = "0.6.1" description = "Command-line interface for the Cot web framework" categories = ["command-line-utilities", "web-programming"] edition.workspace = true diff --git a/cot-core/Cargo.toml b/cot-core/Cargo.toml index 03c5bc7a..4dca272e 100644 --- a/cot-core/Cargo.toml +++ b/cot-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cot_core" -version = "0.6.0" +version = "0.6.1" description = "The Rust web framework for lazy developers - framework core." categories = ["web-programming", "web-programming::http-server", "network-programming"] edition.workspace = true diff --git a/cot/Cargo.toml b/cot/Cargo.toml index 9e426dba..f03c6a1b 100644 --- a/cot/Cargo.toml +++ b/cot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cot" -version = "0.6.0" +version = "0.6.1" description = "The Rust web framework for lazy developers." categories = ["web-programming", "web-programming::http-server", "network-programming"] edition.workspace = true