Skip to content

Commit 2bbb096

Browse files
authored
chore: release v0.1.3 (#199)
Co-authored-by: cotbot[bot] <198769328+cotbot[bot]@users.noreply.github.com>
1 parent 1f2b41c commit 2bbb096

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3](https://github.com/cot-rs/cot/compare/cot-v0.1.2...cot-v0.1.3) - 2025-02-24
11+
12+
### Other
13+
14+
- add logo to the rustdoc (#198)
15+
1016
## [0.1.2](https://github.com/cot-rs/cot/compare/cot-v0.1.1...cot-v0.1.2) - 2025-02-23
1117

1218
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cargo_toml = "0.21"
5959
chrono = { version = "0.4", default-features = false }
6060
clap = { version = "4", features = ["deprecated"] }
6161
clap-verbosity-flag = { version = "3", default-features = false }
62-
cot = { version = "0.1.2", path = "cot" }
62+
cot = { version = "0.1.3", path = "cot" }
6363
cot_codegen = { version = "0.1.2", path = "cot-codegen" }
6464
cot_macros = { version = "0.1.2", path = "cot-macros" }
6565
darling = "0.20"

cot-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3](https://github.com/cot-rs/cot/compare/cot-cli-v0.1.2...cot-cli-v0.1.3) - 2025-02-24
11+
12+
### Other
13+
14+
- updated the following local packages: cot
15+
1016
## [0.1.2](https://github.com/cot-rs/cot/compare/cot-cli-v0.1.1...cot-cli-v0.1.2) - 2025-02-23
1117

1218
### Fixed

cot-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cot-cli"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "The Rust web framework for lazy developers - CLI tool."
55
categories = ["command-line-utilities", "web-programming"]
66
edition.workspace = true

cot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cot"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "The Rust web framework for lazy developers."
55
categories = ["web-programming", "web-programming::http-server", "network-programming"]
66
edition.workspace = true

0 commit comments

Comments
 (0)