Skip to content

Commit b938756

Browse files
authored
chore(main): release 2.0.1 (#127)
🤖 I have created a release *beep* *boop* --- ## [2.0.1](v2.0.0...v2.0.1) (2026-07-20) ### Bug Fixes * **updater:** shut down the VSS helper before applying an update ([#126](#126)) ([f1321a8](f1321a8)) --- 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 f1321a8 commit b938756

6 files changed

Lines changed: 22 additions & 15 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.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.0.1](https://github.com/pmaxhogan/driven/compare/v2.0.0...v2.0.1) (2026-07-20)
9+
10+
11+
### Bug Fixes
12+
13+
* **updater:** shut down the VSS helper before applying an update ([#126](https://github.com/pmaxhogan/driven/issues/126)) ([f1321a8](https://github.com/pmaxhogan/driven/commit/f1321a8b842a17fab29621acce899aa5435b09f4))
14+
815
## [2.0.0](https://github.com/pmaxhogan/driven/compare/v1.0.0...v2.0.0) (2026-07-19)
916

1017

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -21,7 +21,7 @@ exclude = [
2121
]
2222

2323
[workspace.package]
24-
version = "2.0.0"
24+
version = "2.0.1"
2525
edition = "2021"
2626
rust-version = "1.85"
2727
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.0.0",
4+
"version": "2.0.1",
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.0.0",
4+
"version": "2.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)