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.