Skip to content

Commit d3ca9c8

Browse files
authored
chore(main): release 2.3.0 (#156)
🤖 I have created a release *beep* *boop* --- ## [2.3.0](v2.2.0...v2.3.0) (2026-07-25) ### Features * **core:** record a backup_done activity row when a run completes ([#160](#160)) ([90cde5c](90cde5c)) * **ui:** files-uploaded stat card with sparkline and smoother Activity load-in ([#157](#157)) ([2d85c99](2d85c99)) * **ui:** live streaming folder-tree preview for the exclusion editor ([#158](#158)) ([47ebe14](47ebe14)) ### Bug Fixes * **telemetry:** count bundled uploads in the anonymous aggregate ([#159](#159)) ([11af7ea](11af7ea)) * **ui:** label bundle_upload and hook activity event types ([#154](#154)) ([2998c76](2998c76)) * **ui:** make the backing-up bar a true determinate progress bar ([#155](#155)) ([eed80a6](eed80a6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 90cde5c commit d3ca9c8

6 files changed

Lines changed: 33 additions & 17 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-
".": "2.2.0"
2+
".": "2.3.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Released entries are appended automatically from Conventional Commits when the
55
"chore: release" pull request is merged. The project follows
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.0](https://github.com/pmaxhogan/driven/compare/v2.2.0...v2.3.0) (2026-07-25)
9+
10+
11+
### Features
12+
13+
* **core:** record a backup_done activity row when a run completes ([#160](https://github.com/pmaxhogan/driven/issues/160)) ([90cde5c](https://github.com/pmaxhogan/driven/commit/90cde5c4971aa5caadb50f19278ecdae1ebeade4))
14+
* **ui:** files-uploaded stat card with sparkline and smoother Activity load-in ([#157](https://github.com/pmaxhogan/driven/issues/157)) ([2d85c99](https://github.com/pmaxhogan/driven/commit/2d85c9922a55ecc2fa05feff9f9f24f3ff85a520))
15+
* **ui:** live streaming folder-tree preview for the exclusion editor ([#158](https://github.com/pmaxhogan/driven/issues/158)) ([47ebe14](https://github.com/pmaxhogan/driven/commit/47ebe141e1f73372442e812c0645e7d9d1cafc7b))
16+
17+
18+
### Bug Fixes
19+
20+
* **telemetry:** count bundled uploads in the anonymous aggregate ([#159](https://github.com/pmaxhogan/driven/issues/159)) ([11af7ea](https://github.com/pmaxhogan/driven/commit/11af7ea802632817a2d45ed825dc1d824b8b9e9e))
21+
* **ui:** label bundle_upload and hook activity event types ([#154](https://github.com/pmaxhogan/driven/issues/154)) ([2998c76](https://github.com/pmaxhogan/driven/commit/2998c761fb1b3e0910e958bd878db6e05cc8db89))
22+
* **ui:** make the backing-up bar a true determinate progress bar ([#155](https://github.com/pmaxhogan/driven/issues/155)) ([eed80a6](https://github.com/pmaxhogan/driven/commit/eed80a6396496afa035c190a50b80c11a6c5018d))
23+
824
## [2.2.0](https://github.com/pmaxhogan/driven/compare/v2.1.0...v2.2.0) (2026-07-25)
925

1026

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude = [
2323
]
2424

2525
[workspace.package]
26-
version = "2.2.0"
26+
version = "2.3.0"
2727
edition = "2021"
2828
rust-version = "1.85"
2929
authors = ["Driven contributors"]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Driven",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"identifier": "app.driven",
66
"build": {
77
"frontendDist": "../ui/dist",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "driven-ui",
33
"private": true,
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)