Skip to content

Commit

Permalink
Update changelog for v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Oberacker <oberacker@fzi.de>
  • Loading branch information
Oberacda committed Nov 4, 2024
1 parent 1a71207 commit 774d531
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

[unreleased]: https://github.com/fzi-forschungszentrum-informatik/ros2_ros_bt_py/compare/v0.1.1...main

## [v0.1.1]

### Added

### Removed

### Changed

- Updated web UI to version 3.0.0.
- Removed doc build instructions from Readme

### Fixed

- Fixed whitespaces in documentation Makefile (Makefiles should use tabs).
- Fixed autodoc config for sphinx documentation build.

[unreleased]: https://github.com/fzi-forschungszentrum-informatik/ros2_ros_bt_py/compare/v0.1.0...main
[v0.1.1]: https://github.com/fzi-forschungszentrum-informatik/ros2_ros_bt_py/compare/v0.1.0...v0.1.1

## [v0.1.0]

Expand Down
4 changes: 2 additions & 2 deletions ros_bt_py/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
# built documents.
#
# The short X.Y version.
version = "0.1.0"
version = "0.1.1"
# The full version, including alpha/beta/rc tags.
release = "0.1.0"
release = "0.1.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ros_bt_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_bt_py</name>
<version>0.0.1</version>
<version>0.1.1</version>
<description>A type-safe Behavior Tree library (until the wheels fall off)</description>
<maintainer email="oberacker@fzi.de">David Oberacker</maintainer>
<license>BSD-3-Clause</license>
Expand Down
2 changes: 1 addition & 1 deletion ros_bt_py_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_bt_py_interfaces</name>
<version>0.0.1</version>
<version>0.1.1</version>
<description>ROS 2 interface definitions for ros_bt_py.</description>
<maintainer email="oberacker@fzi.de">David Oberacker</maintainer>
<license>BSD-3-Clause</license>
Expand Down
2 changes: 1 addition & 1 deletion ros_bt_py_web_gui/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_bt_py_web_gui</name>
<version>0.0.1</version>
<version>3.0.0</version>
<description>Web-based GUI for the ros-bt-py behavior tree library.</description>
<maintainer email="oberacker@fzi.de">David Oberacker</maintainer>
<license>BSD-3-Clause</license>
Expand Down

0 comments on commit 774d531

Please sign in to comment.