From 0a6bba016b430fc6650f969553357f377e1f2fa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:15:58 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .github/config/release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/config/release-please-manifest.json b/.github/config/release-please-manifest.json index e18ee07..466df71 100644 --- a/.github/config/release-please-manifest.json +++ b/.github/config/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf182aa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.1.0 (2026-09-05) + + +### Features + +* **dialect:** report whether placeholders are positional ([#4](https://github.com/sqlx-contrib/sqlx-cel/issues/4)) ([3dde9bd](https://github.com/sqlx-contrib/sqlx-cel/commit/3dde9bdd7bec343fb2bae690068ccc5860929212)) +* implement the transpiler over a dialect trait ([085c808](https://github.com/sqlx-contrib/sqlx-cel/commit/085c808f5671526c9cbec8bc2cc543b79d6e0913)) diff --git a/Cargo.toml b/Cargo.toml index 23c1af1..1fe4b5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlx-cel" -version = "0.0.0" +version = "0.1.0" edition = "2024" # Not a choice: sqlx 0.9 declares it. 0.9 is the floor because `SqlSafeStr` and # the `Arguments::add<'t, T>` signature are both 0.9.