Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijnek committed Apr 14, 2024
1 parent cb4e3b0 commit a83fdcd
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 soccer_vision_3d_rviz_markers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.0.0 (2024-04-14)
------------------
* Fixed rviz marker indexes having duplicate markers of id zero (`#19 <https://github.com/ros-sports/soccer_vision_3d_rviz_markers/issues/19>`_)
* Rename __init__ file to __init__.py (`#14 <https://github.com/ros-sports/soccer_vision_3d_rviz_markers/issues/14>`_)
* Fix mistake in python3 typehint (`#14 <https://github.com/ros-sports/soccer_vision_3d_rviz_markers/issues/14>`_)
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>soccer_vision_3d_rviz_markers</name>
<version>0.0.1</version>
<version>1.0.0</version>
<description>Package that converts soccer_vision_3d_msgs to RViz markers</description>
<maintainer email="kenjibrameld@gmail.com">ijnek</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=package_name,
version='0.0.1',
version='1.0.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit a83fdcd

Please sign in to comment.