Skip to content

Commit 05b2907

Browse files
authored
chore(main): 🔖 release v4.0.0 (#41)
1 parent 61f9747 commit 05b2907

4 files changed

Lines changed: 16 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-
".": "3.6.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.0](https://github.com/svasek/python-neopool-modbus/compare/v3.6.0...v4.0.0) (2026-07-07)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* 💥 rename HIDRO/ION Low Flow status keys to Low + add Redox Low ([#40](https://github.com/svasek/python-neopool-modbus/issues/40))
14+
* 💥 add high-level relay / setpoint / flag API ([#39](https://github.com/svasek/python-neopool-modbus/issues/39))
15+
16+
### ✨ Features
17+
18+
* 💥 add high-level relay / setpoint / flag API ([#39](https://github.com/svasek/python-neopool-modbus/issues/39)) ([30a5a8e](https://github.com/svasek/python-neopool-modbus/commit/30a5a8e3cb6356ada4e77cb47796069d51e5a899))
19+
* 💥 rename HIDRO/ION Low Flow status keys to Low + add Redox Low ([#40](https://github.com/svasek/python-neopool-modbus/issues/40)) ([61f9747](https://github.com/svasek/python-neopool-modbus/commit/61f974764609b4c0979b5d7e67375edb2293ba70)), closes [#33](https://github.com/svasek/python-neopool-modbus/issues/33)
20+
821
## [3.6.0](https://github.com/svasek/python-neopool-modbus/compare/v3.5.0...v3.6.0) (2026-07-02)
922

1023

pyproject.toml

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

55
[project]
66
name = "neopool-modbus"
7-
version = "3.6.0"
7+
version = "4.0.0"
88
description = "Async Python client for Sugar Valley NeoPool / VistaPool / Hidrolife Modbus pool controllers"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/neopool_modbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
)
4040
from .probe import async_probe_serial
4141

42-
__version__ = "3.6.0"
42+
__version__ = "4.0.0"
4343

4444
__all__ = [
4545
"NeoPoolConnectionError",

0 commit comments

Comments
 (0)