Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Weaver <[email protected]>
  • Loading branch information
tylerjw committed Nov 29, 2022
1 parent 368340d commit 6f78f37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rsl
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.2.1 (2022-11-29)
------------------
* Use constructors over factory functions when possible
* Implement `rsl::rng` with `std::optional`
* Fix bug when trying to seed rng from first call
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22)
project(rsl VERSION 0.2.0 LANGUAGES CXX DESCRIPTION "ROS Support Library")
project(rsl VERSION 0.2.1 LANGUAGES CXX DESCRIPTION "ROS Support Library")

set(CMAKE_CXX_EXTENSIONS OFF)

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>0.2.0</version>
<version>0.2.1</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 6f78f37

Please sign in to comment.