From d007e22d2698eb9571b88a5b28e2ebb9d384f5b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:37:16 +0000 Subject: [PATCH 1/2] chore: release v1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e61cc40..b4ae82ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0](https://github.com/cornucopia-rs/cornucopia/compare/cornucopia-v0.9.0...cornucopia-v1.0.0) - 2026-05-20 + +This release merges the [Clorinde](https://github.com/halcyonnouveau/clorinde) fork back into Cornucopia. The historical Clorinde changelog is preserved below for reference. See the [migration guide](https://cornucopia-rs.github.io/migration.html) for upgrading from 0.9. + +### Added + +- enforce edition and rust-version on the generated crate ([#301](https://github.com/cornucopia-rs/cornucopia/pull/301)) +- bump cornucopia and workspace to Rust edition 2024 ([#300](https://github.com/cornucopia-rs/cornucopia/pull/300)) +- warn when no queries are found ([#275](https://github.com/cornucopia-rs/cornucopia/pull/275)) +- support PostgreSQL `name` type as String ([#274](https://github.com/cornucopia-rs/cornucopia/pull/274)) + +### Fixed + +- avoid pulling in deprecated `rustc-serialize` via `eui48` in tests ([#276](https://github.com/cornucopia-rs/cornucopia/pull/276)) + +### Refactor + +- route config deprecation warnings through `Warning` enum ([#303](https://github.com/cornucopia-rs/cornucopia/pull/303)) +