Skip to content

Commit f758c74

Browse files
joamagclaude
andcommitted
version: 1.22.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b826ea4 commit f758c74

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
*
13+
14+
### Changed
15+
16+
*
17+
18+
### Fixed
19+
20+
*
21+
22+
## [1.22.0] - 2026-02-13
23+
24+
### Added
25+
1226
* Base-compatible stub methods on `Agent` so that `Container` works with both old (`Base`) and new (`Agent`/`Protocol`) architectures without defensive guards
1327
* `ClientAgent.connect()` method with `_container_loop` support for protocol-based connections to join the container's shared poll
1428
* Event relay system in `ClientAgent._relay_protocol_events()` bridging protocol events to client-level observers

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read_file(path):
5757

5858
setuptools.setup(
5959
name="netius",
60-
version="1.21.0",
60+
version="1.22.0",
6161
author="Hive Solutions Lda.",
6262
author_email="development@hive.pt",
6363
description="Netius System",

src/netius/base/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
identification of both the clients and the services this
5959
value may be prefixed or suffixed """
6060

61-
VERSION = "1.21.0"
61+
VERSION = "1.22.0"
6262
""" The version value that identifies the version of the
6363
current infra-structure, all of the services and clients
6464
may share this value """

0 commit comments

Comments
 (0)