Skip to content

Commit a130e0f

Browse files
committed
bump all versions to 0.6, clean changelogs
1 parent ac862da commit a130e0f

5 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
- Update README to remove production warning ([#478](https://github.com/cot-rs/cot/pull/478)) (by [@m4tx](https://github.com/m4tx))
2727
- *(deps)* Bump all deps ([#498](https://github.com/cot-rs/cot/pull/498)) (by [@m4tx](https://github.com/m4tx))
2828
- *(ci)* Disable branch coverage for now ([#500](https://github.com/cot-rs/cot/pull/500)) (by [@m4tx](https://github.com/m4tx))
29-
- Move crates to crates directory ([#506](https://github.com/cot-rs/cot/pull/506)) (by [@seqre](https://github.com/seqre))
30-
- *(revert)* "chore: move crates to crates directory ([#506](https://github.com/cot-rs/cot/pull/506))" ([#508](https://github.com/cot-rs/cot/pull/508)) (by [@m4tx](https://github.com/m4tx))
3129
- Add docs-site with locally-sourced docs ([#510](https://github.com/cot-rs/cot/pull/510)) (by [@m4tx](https://github.com/m4tx))
3230
- Improve repository configuration ([#511](https://github.com/cot-rs/cot/pull/511)) (by [@seqre](https://github.com/seqre))
3331

cot-cli/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- *(deps)* Bump deps ([#476](https://github.com/cot-rs/cot/pull/476)) (by [@m4tx](https://github.com/m4tx))
2323
- Update README to remove production warning ([#478](https://github.com/cot-rs/cot/pull/478)) (by [@m4tx](https://github.com/m4tx))
2424
- *(deps)* Bump all deps ([#498](https://github.com/cot-rs/cot/pull/498)) (by [@m4tx](https://github.com/m4tx))
25-
- Move crates to crates directory ([#506](https://github.com/cot-rs/cot/pull/506)) (by [@seqre](https://github.com/seqre))
26-
- *(revert)* "chore: move crates to crates directory ([#506](https://github.com/cot-rs/cot/pull/506))" ([#508](https://github.com/cot-rs/cot/pull/508)) (by [@m4tx](https://github.com/m4tx))
2725
- Add docs-site with locally-sourced docs ([#510](https://github.com/cot-rs/cot/pull/510)) (by [@m4tx](https://github.com/m4tx))
2826
- Improve repository configuration ([#511](https://github.com/cot-rs/cot/pull/511)) (by [@seqre](https://github.com/seqre))
2927

cot-codegen/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_codegen"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "The Rust web framework for lazy developers - code generation utils."
55
edition.workspace = true
66
rust-version.workspace = true

cot-macros/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_macros"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "The Rust web framework for lazy developers - macros."
55
edition.workspace = true
66
rust-version.workspace = true

docs/site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ license = "MIT OR Apache-2.0"
99
[dependencies]
1010
# TODO: change to crates.io version once it's published
1111
cot = { git = "https://github.com/cot-rs/cot.git", rev = "6774ea6710e620e41ec162b258a21284eef5ab3e", default-features = false }
12-
cot-site = { git = "https://github.com/cot-rs/cot-site.git", rev = "b05894043d5d215c74d304a525aa30d58c75c651" }
12+
cot-site = { git = "https://github.com/cot-rs/cot-site.git", rev = "32452aa3f380c30c67409f5cf6ccc576393419c6" }

0 commit comments

Comments
 (0)