Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
".": "0.0.3"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/convex-inspect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/convex-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/convex-export-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/convex-sync-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading