Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Jan 12, 2025
1 parent f6fa894 commit 6d43664
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 11 deletions.
5 changes: 5 additions & 0 deletions fkie_mas_daemon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package fkie_mas_daemon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.4.0 (12.01.2025)
------------------
* changed communication with mas discovery
* fixed call service, which stops rclpy.spin() after call

3.3.2 (10.01.2025)
------------------
* added stop for execute process and visualization for screen processes
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_daemon/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>fkie_mas_daemon</name>
<version>3.3.2</version>
<version>3.4.0</version>
<description>A daemon node to manage ROS launch files and launch nodes from loaded files.</description>

<license>MIT</license>
Expand Down
4 changes: 4 additions & 0 deletions fkie_mas_discovery/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package fkie_mas_discovery
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (12.01.2025)
------------------
* changed communication with mas daemon

3.0.1 (2024-07-16)
------------------
* fkie_mas_discovery: fixed start mas discovery in different networks, broken after switch to websockets
Expand Down
4 changes: 2 additions & 2 deletions fkie_mas_discovery/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>fkie_mas_discovery</name>
<description>
Expand All @@ -8,7 +8,7 @@
The alternative is to use a zeroconf/avahi daemon to register the ROS
master as service and discover other ROS masters.
</description>
<version>3.0.1</version>
<version>3.1.0</version>
<license>MIT</license>
<author>Alexander Tiderko</author>
<maintainer email="[email protected]">Alexander Tiderko</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions fkie_mas_gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.4 - 12.01.2025

Updated minimum daemon version
Fixed the problem where the automatic updates were stopped

## 3.0.3 - 10.01.2025

Reverted some type changes to fix the closing behavior of the app
Expand Down
4 changes: 2 additions & 2 deletions fkie_mas_gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fkie_mas_gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fkie-mas-gui",
"version": "3.0.3",
"version": "3.0.4",
"description": "GUI to manage running ROS components",
"license": "MIT",
"author": "Alexander Tiderko <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>fkie_mas_gui</name>
<version>3.0.3</version>
<version>3.0.4</version>
<description>
Graphical interface to manage the running and
configured ROS nodes on different hosts.
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_gui/src/renderer/context/SettingsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const LOG_LEVEL_LIST = ["DEBUG", "INFO", "SUCCESS", "WARN", "ERROR"];
export const LAUNCH_FILE_EXTENSIONS = [".launch", "launch.xml", "launch.py", "launch.yaml", "launch.yml"];

export const DEFAULT_SETTINGS = {
MIN_VERSION_DAEMON: "3.3.2",
MIN_VERSION_DAEMON: "3.4.0",
fgColor: "#1a73e8",
bgColor: "#fafafa",
fgColorForDarkMode: "#B8E7FB",
Expand Down
6 changes: 6 additions & 0 deletions fkie_mas_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package fkie_mas_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (12.01.2025)
------------------
* Added new service GetParticipants
* Added new message ChangedState
* Removed message DiscoveryState

2.0.0 (2024-01-24)
------------------
* fkie_mas_msgs: new version based on fkie_multimaster
Expand Down
4 changes: 2 additions & 2 deletions fkie_mas_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>fkie_mas_msgs</name>
<description>
The messages required by multimaster packages.
</description>
<version>3.0.0</version>
<version>3.1.0</version>
<license>MIT</license>
<author>Alexander Tiderko</author>
<maintainer email="[email protected]">Alexander Tiderko</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions fkie_mas_pylib/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package fkie_mas_pylib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.2.0 (12.01.2025)
------------------
* Fixed call service while get/set ros2 parameter

3.1.0 (09.01.2025)
------------------
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_pylib/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>
Python helpers required by multi agent suite packages.
</description>
<version>3.1.1</version>
<version>3.2.0</version>
<license>MIT</license>
<author>Alexander Tiderko</author>
<maintainer email="[email protected]">Alexander Tiderko</maintainer>
Expand Down

0 comments on commit 6d43664

Please sign in to comment.