Skip to content

Commit 021fff3

Browse files
chore(main): release 1.4.2 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04b19ad commit 021fff3

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.1"
2+
".": "1.4.2"
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.2](https://github.com/tbaur/bluos-controller/compare/v1.4.1...v1.4.2) (2026-08-30)
13+
14+
15+
### Documentation
16+
17+
* document the Release PR check approval step ([#48](https://github.com/tbaur/bluos-controller/issues/48)) ([ab03888](https://github.com/tbaur/bluos-controller/commit/ab03888192df3716b2b1df96da7147d1995e54a8))
18+
1219
## [1.4.1](https://github.com/tbaur/bluos-controller/compare/v1.4.0...v1.4.1) (2026-08-14)
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.1" # x-release-please-version
21+
__version__ = "1.4.2" # 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.1"
7+
version = "1.4.2"
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)