Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cotbot[bot] authored Feb 24, 2025
1 parent 1f2b41c commit 707d38c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions 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.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
Expand Down
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.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"
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.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
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.2"
version = "0.1.3"
description = "The Rust web framework for lazy developers - CLI tool."
categories = ["command-line-utilities", "web-programming"]
edition.workspace = true
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.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
Expand Down

0 comments on commit 707d38c

Please sign in to comment.