Skip to content

Commit ca10bdc

Browse files
committed
chore(main): release 1.1.0
1 parent 3c6b029 commit ca10bdc

5 files changed

Lines changed: 23 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-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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+
## [1.1.0](https://github.com/pmaxhogan/driven/compare/v1.0.0...v1.1.0) (2026-07-19)
9+
10+
11+
### Features
12+
13+
* **core:** pack cold small-file folders into tar.gz bundles ([#110](https://github.com/pmaxhogan/driven/issues/110)) ([95b573a](https://github.com/pmaxhogan/driven/commit/95b573a6203cd156e904cbcb95e3ef8f72554b87))
14+
* **core:** restore-by-date point-in-time restore via trash-as-version-store ([#109](https://github.com/pmaxhogan/driven/issues/109)) ([aed3f11](https://github.com/pmaxhogan/driven/commit/aed3f1183be3da09ca6f923a0ae8d4d9cfa30891))
15+
* least-privilege VSS elevation helper broker + secured IPC ([#96](https://github.com/pmaxhogan/driven/issues/96)) ([d8886be](https://github.com/pmaxhogan/driven/commit/d8886beb7d887939b0ac7bcf760d7f70afa8d180))
16+
* **power:** real metered-network detection on macOS and Linux ([#95](https://github.com/pmaxhogan/driven/issues/95)) ([c475ac1](https://github.com/pmaxhogan/driven/commit/c475ac10178a8bb1f6718eb915ac65e77d46dac5))
17+
* wire OS sleep/wake power events (suspend-edge session snapshot) ([#97](https://github.com/pmaxhogan/driven/issues/97)) ([bcbfed6](https://github.com/pmaxhogan/driven/commit/bcbfed62f0e4de469e2375fd73180ad8064a9847))
18+
* wire the least-privilege VSS helper into locked-file backup ([#112](https://github.com/pmaxhogan/driven/issues/112)) ([70ffbcb](https://github.com/pmaxhogan/driven/commit/70ffbcb2192932c9323e75acb21be0b6e2f8afbb))
19+
20+
21+
### Bug Fixes
22+
23+
* **core:** dedicated restore.no_version_as_of error code for point-in-time rejections ([#111](https://github.com/pmaxhogan/driven/issues/111)) ([64a23b5](https://github.com/pmaxhogan/driven/commit/64a23b505ba4db44cab90afc584a9b5aaefce865))
24+
* **deps:** bump crossbeam-epoch to 0.9.20 and spin to 0.9.9 to clear cargo-deny advisories ([62f3356](https://github.com/pmaxhogan/driven/commit/62f33567309bfd6e3ac28c5efeae2cc55149081e))
25+
* eager VSS helper launch with attended UAC window and decline-only memoisation ([#113](https://github.com/pmaxhogan/driven/issues/113)) ([3c6b029](https://github.com/pmaxhogan/driven/commit/3c6b0295b97c2e0086766e329772283fd331c463))
26+
827
## [1.0.0](https://github.com/pmaxhogan/driven/compare/v0.5.0...v1.0.0) (2026-07-03)
928

1029

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 = "1.0.0"
24+
version = "1.1.0"
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": "1.0.0",
4+
"version": "1.1.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": "1.0.0",
4+
"version": "1.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)