Skip to content

Commit 1e4ba8c

Browse files
chore(main): release 1.4.1 (#45)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 709b07f commit 1e4ba8c

4 files changed

Lines changed: 10 additions & 3 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.4.0"
2+
".": "1.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ From 1.1.1 onward this file is maintained automatically by
99
[release-please](https://github.com/googleapis/release-please) based on
1010
[Conventional Commits](https://www.conventionalcommits.org). See [RELEASING.md](RELEASING.md).
1111

12+
## [1.4.1](https://github.com/tbaur/bluos-controller/compare/v1.4.0...v1.4.1) (2026-08-14)
13+
14+
15+
### Documentation
16+
17+
* name NAD CI S2 and CI 580 V2 as multi-zone examples ([#44](https://github.com/tbaur/bluos-controller/issues/44)) ([709b07f](https://github.com/tbaur/bluos-controller/commit/709b07f8b209e99fc8f347cf087c1237163fee1c))
18+
1219
## [1.4.0](https://github.com/tbaur/bluos-controller/compare/v1.3.0...v1.4.0) (2026-08-11)
1320

1421

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919
import os
2020

21-
__version__ = "1.4.0" # x-release-please-version
21+
__version__ = "1.4.1" # x-release-please-version
2222

2323
# --- PATHS ---
2424
BASE_DIR = os.path.expanduser("~/.config/bluos-controller")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bluos-controller"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "A command-line controller for BluOS devices on macOS"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)