Skip to content

Releases: cornucopia-rs/cornucopia

cornucopia-v1.0.0

20 May 03:28
185e050

Choose a tag to compare

This release merges the Clorinde fork back into Cornucopia. The historical Clorinde changelog is preserved below for reference. See the migration guide for upgrading from 0.9.

Added

  • enforce edition and rust-version on the generated crate (#301)
  • bump cornucopia and workspace to Rust edition 2024 (#300)
  • warn when no queries are found (#275)
  • support PostgreSQL name type as String (#274)

Fixed

  • avoid pulling in deprecated rustc-serialize via eui48 in tests (#276)

Refactor

  • route config deprecation warnings through Warning enum (#303)