Skip to content

chore: release#570

Open
seqre wants to merge 1 commit into
masterfrom
release-plz-2026-05-07T18-59-46Z
Open

chore: release#570
seqre wants to merge 1 commit into
masterfrom
release-plz-2026-05-07T18-59-46Z

Conversation

@seqre
Copy link
Copy Markdown
Member

@seqre seqre commented May 7, 2026

🤖 New release

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

cot_codegen breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field FieldOpts.field_name in /tmp/.tmp5MErZB/cot/cot-codegen/src/model.rs:149

cot breaking changes

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type ProjectConfig no longer derives PartialEq, in /tmp/.tmp5MErZB/cot/cot/src/config.rs:41
  type ProjectConfig no longer derives Eq, in /tmp/.tmp5MErZB/cot/cot/src/config.rs:41
Changelog

cot

0.7.0 - 2026-05-15

View diff on diff.rs

New features

Fixes

  • Non-ASCII URLs can be properly routed now (#561) (by @m4tx)
  • Place correct contributing guide link (#557) (by @kingazm)

Other

cot-cli

0.6.1 - 2026-05-15

View diff on diff.rs

Fixes

  • Place correct contributing guide link (#557) (by @kingazm)

Other


This PR was generated with release-plz.

Copilot AI review requested due to automatic review settings May 7, 2026 18:59
@seqre seqre changed the title chore: release v0.6.1 chore: release May 7, 2026
@seqre seqre force-pushed the release-plz-2026-05-07T18-59-46Z branch from 37c38ee to c6e8d7c Compare May 7, 2026 19:02

This comment was marked as low quality.

@github-actions github-actions Bot added 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-codegen Crate: cot-codegen C-core labels May 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🐰 Bencher Report

Branchrelease-plz-2026-05-07T18-59-46Z
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,719.60 µs
(+9.82%)Baseline: 6,118.81 µs
7,662.80 µs
(87.69%)
json_api/json_api📈 view plot
🚷 view threshold
1,087.00 µs
(+0.90%)Baseline: 1,077.34 µs
1,318.23 µs
(82.46%)
nested_routers/nested_routers📈 view plot
🚷 view threshold
988.85 µs
(-0.56%)Baseline: 994.40 µs
1,200.43 µs
(82.37%)
single_root_route/single_root_route📈 view plot
🚷 view threshold
950.68 µs
(-0.64%)Baseline: 956.85 µs
1,163.46 µs
(81.71%)
single_root_route_burst/single_root_route_burst📈 view plot
🚷 view threshold
18,080.00 µs
(+2.08%)Baseline: 17,711.61 µs
21,188.15 µs
(85.33%)
🐰 View full continuous benchmarking report in Bencher

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

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

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-05-07T18-59-46Z branch from c6e8d7c to 5c3cfe1 Compare May 8, 2026 14:43
@github-actions github-actions Bot added the A-docs Area: Documentation label May 8, 2026
@cotbot cotbot Bot force-pushed the release-plz-2026-05-07T18-59-46Z branch 3 times, most recently from 3e1d40c to e91a3a4 Compare May 11, 2026 17:18
@cotbot cotbot Bot force-pushed the release-plz-2026-05-07T18-59-46Z branch from e91a3a4 to 9dcba02 Compare May 15, 2026 03:36
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.

2 participants