Skip to content

Commit c7871fa

Browse files
committed
chore(main): release 0.3.0
1 parent 1ebd52e commit c7871fa

5 files changed

Lines changed: 16 additions & 4 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-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [0.3.0](https://github.com/pmaxhogan/driven/compare/v0.2.0...v0.3.0) (2026-06-26)
9+
10+
11+
### Features
12+
13+
* **updater:** floor the dev channel to stable so dev never falls behind ([#20](https://github.com/pmaxhogan/driven/issues/20)) ([1ebd52e](https://github.com/pmaxhogan/driven/commit/1ebd52e8e36e7e1faa9d0236155eea5f094d8444))
14+
15+
16+
### Bug Fixes
17+
18+
* **capstone:** recovery-repair must not re-enable user-disabled encrypted sources ([04c9ba9](https://github.com/pmaxhogan/driven/commit/04c9ba9ec032e273ba69250f6a026ee5af23de35))
19+
820
## [0.2.0](https://github.com/pmaxhogan/driven/compare/v0.1.0...v0.2.0) (2026-06-25)
921

1022

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
]
2121

2222
[workspace.package]
23-
version = "0.2.0"
23+
version = "0.3.0"
2424
edition = "2021"
2525
rust-version = "1.85"
2626
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": "0.2.0",
4+
"version": "0.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": "0.2.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)