Skip to content

Commit f76b0f0

Browse files
authored
chore(main): release 2.5.1 (#232)
🤖 I have created a release *beep* *boop* --- ## [2.5.1](v2.5.0...v2.5.1) (2026-07-30) ### Bug Fixes * **build:** ad-hoc sign the macOS bundle so it is not reported as damaged ([#231](#231)) ([6dd0cf9](6dd0cf9)) * **chaos:** expect a permission-denied skip on unix in noaccess-file ([#229](#229)) ([6bb45df](6bb45df)) --- 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 6bb45df commit f76b0f0

6 files changed

Lines changed: 32 additions & 24 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.5.0"
2+
".": "2.5.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.5.1](https://github.com/pmaxhogan/driven/compare/v2.5.0...v2.5.1) (2026-07-30)
9+
10+
11+
### Bug Fixes
12+
13+
* **build:** ad-hoc sign the macOS bundle so it is not reported as damaged ([#231](https://github.com/pmaxhogan/driven/issues/231)) ([6dd0cf9](https://github.com/pmaxhogan/driven/commit/6dd0cf92d61323b0db4ca5decf4bddf57c4a4f97))
14+
* **chaos:** expect a permission-denied skip on unix in noaccess-file ([#229](https://github.com/pmaxhogan/driven/issues/229)) ([6bb45df](https://github.com/pmaxhogan/driven/commit/6bb45df6092cb7397df25db33c092bc0fe3da4a4))
15+
816
## [2.5.0](https://github.com/pmaxhogan/driven/compare/v2.4.0...v2.5.0) (2026-07-30)
917

1018

Cargo.lock

Lines changed: 20 additions & 20 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
@@ -30,7 +30,7 @@ exclude = [
3030
]
3131

3232
[workspace.package]
33-
version = "2.5.0"
33+
version = "2.5.1"
3434
edition = "2021"
3535
rust-version = "1.85"
3636
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.5.0",
4+
"version": "2.5.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.5.0",
4+
"version": "2.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)