File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 2.2.0 ] 2026-04-16
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ docstring-code-line-length = "dynamic"
111111# ============================================================================
112112
113113[tool .bumpversion ]
114- current_version = " 2.1.1 "
114+ current_version = " 2.2.0 "
115115message = " Bump version to {new_version}"
116116commit = true
117117tag = true
Original file line number Diff line number Diff line change 22__copyright__ = "COMPAS Association"
33__license__ = "MIT License"
44__email__ = "casas@arch.ethz.ch"
5- __version__ = "2.1.1 "
5+ __version__ = "2.2.0 "
66
77from .event_emitter import EventEmitterMixin # noqa: F401 needed here to avoid circular import on py2.7
88from .core import (
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.1.1
1+ # r: compas_eve>=2.2.0
22"""
33Background Task component.
44
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.1.1
1+ # r: compas_eve>=2.2.0
22"""
33Create a message.
44"""
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.1.1
1+ # r: compas_eve>=2.2.0
22"""
33Connect or disconnect to an MQTT broker.
44"""
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.1.1
1+ # r: compas_eve>=2.2.0
22"""
33Publish messages to a topic.
44"""
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.1.1
1+ # r: compas_eve>=2.2.0
22"""
33Subscribe to a topic to receive messages.
44"""
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.1.1
1+ # r: compas_eve>=2.2.0
22"""
33Initialize a Zenoh transport.
44"""
You can’t perform that action at this time.
0 commit comments