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,3 +1,3 @@
{
".": "1.4.1"
".": "1.4.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ From 1.1.1 onward this file is maintained automatically by
[release-please](https://github.com/googleapis/release-please) based on
[Conventional Commits](https://www.conventionalcommits.org). See [RELEASING.md](RELEASING.md).

## [1.4.2](https://github.com/tbaur/bluos-controller/compare/v1.4.1...v1.4.2) (2026-08-30)


### Documentation

* 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))

## [1.4.1](https://github.com/tbaur/bluos-controller/compare/v1.4.0...v1.4.1) (2026-08-14)


Expand Down
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
import os

__version__ = "1.4.1" # x-release-please-version
__version__ = "1.4.2" # x-release-please-version

# --- PATHS ---
BASE_DIR = os.path.expanduser("~/.config/bluos-controller")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bluos-controller"
version = "1.4.1"
version = "1.4.2"
description = "A command-line controller for BluOS devices on macOS"
readme = "README.md"
license = "Apache-2.0"
Expand Down