Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.10"}
{".":"0.1.11"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.11](https://github.com/simonwinther/breakd/compare/v0.1.10...v0.1.11) (2026-07-15)


### Bug Fixes

* recover co-op breaks and connection status ([#16](https://github.com/simonwinther/breakd/issues/16)) ([d19f522](https://github.com/simonwinther/breakd/commit/d19f522e5155dbe20823bcc243de00516d159c9e))

## [0.1.10](https://github.com/simonwinther/breakd/compare/v0.1.9...v0.1.10) (2026-07-15)


Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-config"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/coop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-coop"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-core"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-daemon"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/ipc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-ipc"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/platform-linux/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-platform-linux"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-relay"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-scheduler"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/settings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-settings"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tray/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-tray"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/wayland-overlay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breakd-wayland-overlay"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Simon Winther <simonwinther@users.noreply.github.com>
pkgname=breakd
pkgver=0.1.10 # x-release-please-version
pkgver=0.1.11 # x-release-please-version
pkgrel=1
pkgdesc='Wayland-native break reminder with multi-monitor overlays'
arch=('x86_64')
Expand Down