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/.tmpkBiopp/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/.tmpkBiopp/cot/cot/src/config.rs:41
  type ProjectConfig no longer derives Eq, in /tmp/.tmpkBiopp/cot/cot/src/config.rs:41
Changelog

cot

0.7.0 - 2026-05-18

View diff on diff.rs

New features

  • [breaking] Implement Serialize, Deserialize, and JsonSchema implementations for cot internal types (#575) (by @ElijahAhianyo)
  • Implement From<DbFieldValue> for Non primitive types (#562) (by @ElijahAhianyo)
  • Derive Ord and PartialOrd for Auto (#544) (by @ElijahAhianyo)
  • Allow accessing extra config (#518) (by @m4tx)

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-18

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
5,772.40 µs
(-5.26%)Baseline: 6,093.20 µs
7,677.76 µs
(75.18%)
json_api/json_api📈 view plot
🚷 view threshold
971.42 µs
(-9.58%)Baseline: 1,074.37 µs
1,323.65 µs
(73.39%)
nested_routers/nested_routers📈 view plot
🚷 view threshold
927.70 µs
(-6.51%)Baseline: 992.35 µs
1,204.08 µs
(77.05%)
single_root_route/single_root_route📈 view plot
🚷 view threshold
890.09 µs
(-6.78%)Baseline: 954.82 µs
1,167.50 µs
(76.24%)
single_root_route_burst/single_root_route_burst📈 view plot
🚷 view threshold
17,573.00 µs
(-0.86%)Baseline: 17,724.56 µs
21,190.21 µs
(82.93%)
🐰 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.31% <ø> (+<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-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 4 times, most recently from e91a3a4 to 9dcba02 Compare May 15, 2026 03:36
@cotbot cotbot Bot force-pushed the release-plz-2026-05-07T18-59-46Z branch from 9dcba02 to bd9442d Compare May 17, 2026 23:09
@cotbot cotbot Bot force-pushed the release-plz-2026-05-07T18-59-46Z branch from bd9442d to 0ae5560 Compare May 18, 2026 00:16
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