Skip to content

Commit 298586b

Browse files
committed
chore(main): release 1.1.0
1 parent e448d5b commit 298586b

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-
".": "1.0.0"
2+
".": "1.1.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+
## [1.1.0](https://github.com/pmaxhogan/driven/compare/v1.0.0...v1.1.0) (2026-07-19)
9+
10+
11+
### Features
12+
13+
* **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))
14+
15+
16+
### Bug Fixes
17+
18+
* **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))
19+
820
## [1.0.0](https://github.com/pmaxhogan/driven/compare/v0.5.0...v1.0.0) (2026-07-03)
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 = "1.0.0"
23+
version = "1.1.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": "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)