diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0031ce1..1f4e433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.3](https://github.com/shpitdev/convex-sync-kit/compare/v0.0.2...v0.0.3) (2026-04-21) + + +### Features + +* bundle databricks delta workflow ([#19](https://github.com/shpitdev/convex-sync-kit/issues/19)) ([7b63a3e](https://github.com/shpitdev/convex-sync-kit/commit/7b63a3e01c0214e7b91bf187ea6a7f4d96a818ad)) +* rename repo surface and add source-aware Databricks targets ([#21](https://github.com/shpitdev/convex-sync-kit/issues/21)) ([6df4cf0](https://github.com/shpitdev/convex-sync-kit/commit/6df4cf0e112206ded6d67470ee6bacb75a509355)) + + +### Bug Fixes + +* move Databricks Delta deploy key into secret scope ([#20](https://github.com/shpitdev/convex-sync-kit/issues/20)) ([4306f62](https://github.com/shpitdev/convex-sync-kit/commit/4306f62fa0aeb9c1914f2b9067a491a35d8d1ddb)) +* publish stable release assets for convex-sync ([#13](https://github.com/shpitdev/convex-sync-kit/issues/13)) ([d95e9c3](https://github.com/shpitdev/convex-sync-kit/commit/d95e9c3903e6a6b524fb0d2ff9ea444d758835e8)) + ## [0.0.2](https://github.com/shpitdev/convex-sync-kit/compare/v0.0.1...v0.0.2) (2026-04-20) ### Features diff --git a/Cargo.toml b/Cargo.toml index e1af434..68c1a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ resolver = "2" edition = "2021" license = "MIT" publish = false -version = "0.0.1" +version = "0.0.3" [workspace.dependencies] arrow-array = "54.2.1" diff --git a/apps/convex-inspect/Cargo.toml b/apps/convex-inspect/Cargo.toml index 4687a8f..fed2cb7 100644 --- a/apps/convex-inspect/Cargo.toml +++ b/apps/convex-inspect/Cargo.toml @@ -3,7 +3,7 @@ name = "convex-inspect" edition.workspace = true license.workspace = true publish.workspace = true -version = "0.0.2" +version = "0.0.3" [[bin]] name = "convex-inspect" diff --git a/apps/convex-sync/Cargo.toml b/apps/convex-sync/Cargo.toml index 4e72bd6..6965be4 100644 --- a/apps/convex-sync/Cargo.toml +++ b/apps/convex-sync/Cargo.toml @@ -3,7 +3,7 @@ name = "convex-sync" edition.workspace = true license.workspace = true publish.workspace = true -version = "0.0.2" +version = "0.0.3" [[bin]] name = "convex-sync" diff --git a/crates/convex-export-s3/Cargo.toml b/crates/convex-export-s3/Cargo.toml index 9baf975..ce73f8d 100644 --- a/crates/convex-export-s3/Cargo.toml +++ b/crates/convex-export-s3/Cargo.toml @@ -3,7 +3,7 @@ name = "convex-export-s3" edition.workspace = true license.workspace = true publish.workspace = true -version = "0.0.1" +version = "0.0.3" [lib] name = "convex_export_s3" diff --git a/crates/convex-sync-core/Cargo.toml b/crates/convex-sync-core/Cargo.toml index 2f32715..41c0f3a 100644 --- a/crates/convex-sync-core/Cargo.toml +++ b/crates/convex-sync-core/Cargo.toml @@ -3,7 +3,7 @@ name = "convex-sync-core" edition.workspace = true license.workspace = true publish.workspace = true -version = "0.0.1" +version = "0.0.3" [lib] name = "convex_sync_core"