Skip to content

chore: release - #618

Open
cotbot[bot] wants to merge 1 commit into
masterfrom
release-plz-2026-07-17T08-40-48Z
Open

chore: release#618
cotbot[bot] wants to merge 1 commit into
masterfrom
release-plz-2026-07-17T08-40-48Z

Conversation

@cotbot

@cotbot cotbot Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • cot_codegen: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • cot_macros: 0.7.0 -> 0.7.1
  • cot_core: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • cot: 0.7.0 -> 0.8.0 (⚠ API breaking changes)
  • cot-cli: 0.7.0 -> 0.7.1 (✓ API compatible changes)

cot breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  cot::db::query::Expr::as_sea_query_expr takes 0 parameters in /tmp/.tmp45D1hY/cot/src/db/query.rs:1007, but now takes 1 parameters in /tmp/.tmpYvMNBZ/cot/cot/src/db/query/expr.rs:1228

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct cot::db::query::FieldRef, previously in file /tmp/.tmp45D1hY/cot/src/db/query.rs:1033

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_missing.ron

Failed in:
  trait cot::db::query::ExprEq, previously in file /tmp/.tmp45D1hY/cot/src/db/query.rs:1058
Changelog

cot

0.8.0 - 2026-08-01

View diff on diff.rs

New features

Other

cot-cli

0.7.1 - 2026-08-01

View diff on diff.rs

Other


This PR was generated with release-plz.

@github-actions github-actions Bot added A-docs Area: Documentation A-deps Area: Dependencies C-cli Crate: cot-cli (issues and Pull Requests related to Cot CLI) C-lib Crate: cot (main library crate) C-macros Crate: cot-macros C-core labels Jul 17, 2026
@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown

🐰 Bencher Report

Projectcot
Branchrelease-plz-2026-07-17T08-40-48Z
Testbedgithub-ubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
empty_router/empty_router📈 view plot
🚷 view threshold
14.04 ms
(+82.26%)Baseline: 7.70 ms
14.19 ms
(98.95%)
json_api/json_api📈 view plot
🚷 view threshold
1.13 ms
(+5.32%)Baseline: 1.08 ms
1.37 ms
(82.83%)
nested_routers/nested_routers📈 view plot
🚷 view threshold
1.06 ms
(+5.86%)Baseline: 1.00 ms
1.25 ms
(85.28%)
single_root_route/single_root_route📈 view plot
🚷 view threshold
1.02 ms
(+5.06%)Baseline: 0.97 ms
1.21 ms
(83.97%)
single_root_route_burst/single_root_route_burst📈 view plot
🚷 view threshold
19.29 ms
(+11.04%)Baseline: 17.37 ms
21.63 ms
(89.18%)
🐰 View full continuous benchmarking report in Bencher

@cotbot
cotbot Bot force-pushed the release-plz-2026-07-17T08-40-48Z branch 2 times, most recently from b8a9226 to a80ae5b Compare July 17, 2026 10:06
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
rust 90.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cotbot
cotbot Bot force-pushed the release-plz-2026-07-17T08-40-48Z branch 2 times, most recently from ea430f7 to 135a07e Compare July 26, 2026 18:21
@cotbot
cotbot Bot force-pushed the release-plz-2026-07-17T08-40-48Z branch from 135a07e to aee7265 Compare August 1, 2026 11:25
@github-actions github-actions Bot added the C-codegen Crate: cot-codegen label Aug 1, 2026
@cotbot
cotbot Bot force-pushed the release-plz-2026-07-17T08-40-48Z branch from aee7265 to e3d2ebf Compare August 1, 2026 16:49
@cotbot cotbot Bot changed the title chore: release v0.7.1 chore: release Aug 1, 2026
@cotbot
cotbot Bot force-pushed the release-plz-2026-07-17T08-40-48Z branch from e3d2ebf to 7d5cf68 Compare August 1, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies A-docs Area: Documentation C-cli Crate: cot-cli (issues and Pull Requests related to Cot CLI) C-codegen Crate: cot-codegen C-core C-lib Crate: cot (main library crate) C-macros Crate: cot-macros

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants