Skip to content

Commit e8622a0

Browse files
committed
0.1.2
1 parent 35f6dee commit e8622a0

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

AuRoRA/src/vcs/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Changelog for package vcs
66

77
**Description:** This system monitors and manages the vital signs of AGi robots, including their operational status, user interactions, and network connectivity. It provides real-time feedback and alerts for critical conditions, ensuring the smooth operation of the AGi ecosystem.
88

9-
Forthcoming
10-
-----------
9+
0.1.2 (2026-01-01)
10+
------------------
1111
* Fix JSON Fragility issue by changing to ROS msg (#5)
1212
* Fix Logic Conflict of vital_pulse and vital_feedback by utilizing centralized output (#6)
1313
* Optimize the codes in the nodes and packages for better performance and readability

AuRoRA/src/vcs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package format="3">
55
<!-- Basic package information -->
66
<name>vcs</name>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
<description>Vital Circulatory System for AGi</description>
99

1010
<!-- Maintainer and author information -->

AuRoRA/src/vcs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version='0.1.1',
7+
version='0.1.2',
88
packages=find_packages(exclude=['test']),
99
data_files=[
1010
('share/ament_index/resource_index/packages',

AuRoRA/src/vp/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for Vital Pulse Message
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.1.2 (2026-01-01)
6+
------------------
77
* Convert JSON to ROS2 msg; add Vital Pulse msg cmake build; rename vp_generator to vp_regulator
88

99
0.1.1 (2025-12-26)

AuRoRA/src/vp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package format="3">
55
<!-- Basic package information -->
66
<name>vp</name>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
<description>Vital Pulse for AGi</description>
99

1010
<!-- Maintainer and author information -->

0 commit comments

Comments
 (0)