Skip to content

Commit

Permalink
0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Nov 29, 2023
1 parent 2c55ba4 commit b6a94a5
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions jsk_planning/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package jsk_planning
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.13 (2023-11-29)
-------------------

0.1.12 (2020-04-01)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion jsk_planning/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>jsk_planning</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>
<p>Metapackage that contains planning package for jsk-ros-pkg</p>
</description>
Expand Down
4 changes: 2 additions & 2 deletions pddl/pddl_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package pddl_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.13 (2023-11-29)
-------------------

0.1.12 (2020-04-01)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion pddl/pddl_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>pddl_msgs</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>message for pddl planner</description>

<maintainer email="[email protected]">Ryohei Ueda</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions pddl/pddl_planner/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package pddl_planner
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.13 (2023-11-29)
-------------------
* [pddl_panner/src/eus-pddl.l] support multiple simbols for 'forall and 'exists (`#79 <https://github.com/jsk-ros-pkg/jsk_planning/issues/79>`_)
* add test to reproduce https://github.com/jsk-ros-pkg/jsk_demos/issues/1286 (`#88 <https://github.com/jsk-ros-pkg/jsk_planning/issues/88>`_)
* add github/workflows (`#101 <https://github.com/jsk-ros-pkg/jsk_planning/issues/101>`_)
Expand Down
2 changes: 1 addition & 1 deletion pddl/pddl_planner/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>pddl_planner</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>pddl planner wrappers</description>

<maintainer email="[email protected]">Ryohei Ueda</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions pddl/pddl_planner_viewer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package pddl_planner_viewer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.13 (2023-11-29)
-------------------

0.1.12 (2020-04-01)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion pddl/pddl_planner_viewer/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>pddl_planner_viewer</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>a viewer of pddl_planner.</description>

<maintainer email="[email protected]">Ryohei Ueda</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions task_compiler/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package task_compiler
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.13 (2023-11-29)
-------------------
* [task_compiler/samples/failure-recovery-sample]suppress warnings (`#82 <https://github.com/jsk-ros-pkg/jsk_planning/issues/82>`_)
* add time-limit to test_task_compiler (`#95 <https://github.com/jsk-ros-pkg/jsk_planning/issues/95>`_)
* use xdg-open instead of gnome-open (`#91 <https://github.com/jsk-ros-pkg/jsk_planning/issues/91>`_)
Expand Down
2 changes: 1 addition & 1 deletion task_compiler/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>task_compiler</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>task_compiler

Compiler that translate task description in PDDL (Planning Domain Description Language) to SMACH (state machine based execution and coordination system) description.</description>
Expand Down

0 comments on commit b6a94a5

Please sign in to comment.