Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 21, 2023
1 parent c195541 commit 7a99bad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rsl
^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2023-12-20)
------------------
* Fix `ament_target_dependencies` integration
* Add `rsl::maybe_error`
* Disable tests by default
* Stop using non-standard `M_PI`
* Contributors: Chris Thrasher

1.0.1 (2023-12-06)
------------------
* Add more messages for assertion failures
Expand Down
2 changes: 1 addition & 1 deletion 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>rsl</name>
<version>1.0.1</version>
<version>1.1.0</version>
<description>ROS Support Library</description>
<author email="[email protected]">Tyler Weaver</author>
<author email="[email protected]">Sebastian Jahr</author>
Expand Down

0 comments on commit 7a99bad

Please sign in to comment.