Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package web_video_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2024-10-26)
------------------
* Add ros_environment to test dependencies (#166)
* Contributors: Błażej Sowa

2.0.0 (2024-10-11)
------------------
* Replace boost with std (#164)
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>web_video_server</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>HTTP Streaming of ROS Image Topics in Multiple Formats</description>

<maintainer email="[email protected]">Błażej Sowa</maintainer>
Expand Down