Skip to content

Conversation

@cotbot
Copy link
Contributor

@cotbot cotbot bot commented Oct 5, 2025

πŸ€– New release

  • cot_codegen: 0.4.0 -> 0.5.0 (βœ“ API compatible changes)
  • cot_macros: 0.4.0 -> 0.5.0
  • cot: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • cot-cli: 0.4.0 -> 0.5.0 (βœ“ API compatible changes)

⚠ cot breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_method_added.ron

Failed in:
  trait method cot::db::DatabaseBackend::bulk_insert in file /tmp/.tmpGlGfQi/cot/cot/src/db.rs:1633
  trait method cot::db::DatabaseBackend::bulk_insert_or_update in file /tmp/.tmpGlGfQi/cot/cot/src/db.rs:1643

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_method_missing.ron

Failed in:
  method as_any of trait AdminModel, previously in file /tmp/.tmpUedlYt/cot/src/admin.rs:563
Changelog

cot

0.5.0 - 2025-12-24

View diff on diff.rs

New features

Fixes

Other

cot-cli

0.5.0 - 2025-12-24

View diff on diff.rs

Other


This PR was generated with release-plz.

@github-actions github-actions bot added 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 labels Oct 5, 2025
@github-actions
Copy link

github-actions bot commented Oct 5, 2025

🐰 Bencher Report

Branchrelease-plz-2025-10-05T15-41-53Z
Testbedgithub-ubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (Β΅s)
(Result Ξ”%)
Upper Boundary
microseconds (Β΅s)
(Limit %)
empty_router/empty_routerπŸ“ˆ view plot
🚷 view threshold
6,269.30 Β΅s
(+3.46%)Baseline: 6,059.69 Β΅s
6,812.70 Β΅s
(92.02%)
json_api/json_apiπŸ“ˆ view plot
🚷 view threshold
1,039.50 Β΅s
(+1.61%)Baseline: 1,023.06 Β΅s
1,131.05 Β΅s
(91.91%)
nested_routers/nested_routersπŸ“ˆ view plot
🚷 view threshold
951.32 Β΅s
(+0.49%)Baseline: 946.68 Β΅s
1,043.56 Β΅s
(91.16%)
single_root_route/single_root_routeπŸ“ˆ view plot
🚷 view threshold
915.01 Β΅s
(+0.96%)Baseline: 906.27 Β΅s
996.32 Β΅s
(91.84%)
single_root_route_burst/single_root_route_burstπŸ“ˆ view plot
🚷 view threshold
16,294.00 Β΅s
(-7.91%)Baseline: 17,694.34 Β΅s
20,959.87 Β΅s
(77.74%)
🐰 View full continuous benchmarking report in Bencher

@codecov
Copy link

codecov bot commented Oct 5, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.

Flag Coverage Ξ”
rust 90.67% <ΓΈ> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

πŸš€ 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-2025-10-05T15-41-53Z branch 2 times, most recently from d8cd025 to 12118d4 Compare October 29, 2025 01:11
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 6 times, most recently from 2822e07 to 89bffff Compare November 10, 2025 22:41
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 2 times, most recently from 8ac2e89 to 3f10840 Compare November 24, 2025 18:46
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch 6 times, most recently from 2dc4772 to 0bddcee Compare December 5, 2025 21:29
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch from 0bddcee to 9d02961 Compare December 14, 2025 18:16
@cotbot cotbot bot changed the title chore: release chore: release v0.5.0 Dec 24, 2025
@cotbot cotbot bot force-pushed the release-plz-2025-10-05T15-41-53Z branch from 9d02961 to 410c47e Compare December 24, 2025 02:29
@github-actions github-actions bot added the C-codegen Crate: cot-codegen label Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cli Crate: cot-cli (issues and Pull Requests related to Cot CLI) C-codegen Crate: cot-codegen 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.

1 participant