v0.3.0 Release Upgrading from v0.2.0 ===================== - The PostgreSQL clients have moved. Change all references from `aykroyd::sync_client` to `aykroyd::postgres`, and `aykroyd::async_client` to `aykroyd::tokio_potsgres`. The crate features have the same name as the module and backing crate. - The derive macros' helper attribute has been renamed. Change uses of `#[query]` to `#[aykroyd]`. - Explicit column indexes are now only supported if every field is annotated. Ensure any use of explicit column indexes marks each field in the struct. - Queries loaded from file are now found in the `queries/` directory, relative to the crate root. Ensure all query files are in this location. See the [project changelog][0] for more details. [0]: https://git.sr.ht/~couch/aykroyd/tree/main/item/CHANGELOG.md