Skip to content

Commit

Permalink
chore: release v0.1.2 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: cotbot[bot] <198769328+cotbot[bot]@users.noreply.github.com>
  • Loading branch information
cotbot[bot] authored Feb 23, 2025
1 parent 321b0c4 commit 3352ce5
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions cot-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cot-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 14 additions & 0 deletions cot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3352ce5

Please sign in to comment.