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 @@
{
"apps/convex-sync": "0.0.1"
"apps/convex-sync": "0.0.2"
}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions apps/convex-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Changelog

## [0.0.2](https://github.com/shpitdev/convex-streaming-olap-export/compare/v0.0.1...v0.0.2) (2026-04-20)


### Features

* automate stable releases from conventional PR titles ([#9](https://github.com/shpitdev/convex-streaming-olap-export/issues/9)) ([494d7ea](https://github.com/shpitdev/convex-streaming-olap-export/commit/494d7eab5ab33b4067e57d135ffdaa4e93bdb8cc))


### Bug Fixes

* make cargo package versions explicit for release-please ([#10](https://github.com/shpitdev/convex-streaming-olap-export/issues/10)) ([00f3993](https://github.com/shpitdev/convex-streaming-olap-export/commit/00f3993a2fb55728fe2c553d4c9b13dfd34192e9))
* point release-please at convex-sync package ([#11](https://github.com/shpitdev/convex-streaming-olap-export/issues/11)) ([04e5671](https://github.com/shpitdev/convex-streaming-olap-export/commit/04e56710e464df453a29d2ad228177e290e365c6))

## Changelog

All notable changes to `convex-sync` will be documented in this file.
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.1"
version = "0.0.2"

[[bin]]
name = "convex-sync"
Expand Down
Loading