Skip to content

Commit 12724e8

Browse files
chore(main): release 0.0.2 (#12)
Co-authored-by: depot-code-access[bot] <109253809+depot-code-access[bot]@users.noreply.github.com>
1 parent 04e5671 commit 12724e8

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"apps/convex-sync": "0.0.1"
2+
"apps/convex-sync": "0.0.2"
33
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/convex-sync/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/shpitdev/convex-streaming-olap-export/compare/v0.0.1...v0.0.2) (2026-04-20)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* 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))
15+
16+
## Changelog
17+
318
All notable changes to `convex-sync` will be documented in this file.

apps/convex-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "convex-sync"
33
edition.workspace = true
44
license.workspace = true
55
publish.workspace = true
6-
version = "0.0.1"
6+
version = "0.0.2"
77

88
[[bin]]
99
name = "convex-sync"

0 commit comments

Comments
 (0)