Skip to content

Commit 56e3498

Browse files
committed
bump 1.0.0
Signed-off-by: Hyungyu Kim <kimhg@robotis.com>
1 parent 101b472 commit 56e3498

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

turtlebot3_dqn/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package turtlebot3_dqn
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
1.0.1 (2025-04-17)
5+
1.0.0 (2025-04-17)
66
------------------
77
* Support for ROS 2 Humble version
88
* Renewal of package structure

turtlebot3_dqn/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_dqn</name>
4-
<version>1.0.1</version>
4+
<version>1.0.0</version>
55
<description>
66
The turtlebot3_dqn package using reinforcement learning with DQN (Deep Q-Learning).
77
</description>

turtlebot3_dqn/setup.py

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

1515
setup(
1616
name=package_name,
17-
version='1.0.1',
17+
version='1.0.0',
1818
packages=find_packages(),
1919
data_files=[
2020
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

turtlebot3_machine_learning/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package turtlebot3_machine_learning
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
1.0.1 (2025-04-17)
5+
1.0.0 (2025-04-17)
66
------------------
77
* Support for ROS 2 Humble version
88
* Renewal of package structure

turtlebot3_machine_learning/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_machine_learning</name>
4-
<version>1.0.1</version>
4+
<version>1.0.0</version>
55
<description>
66
This metapackage for ROS 2 TurtleBot3 machine learning.
77
</description>

0 commit comments

Comments
 (0)