Skip to content

Commit 52dd75f

Browse files
authored
Merge pull request #331 from ros-drivers/prep-for-release
Bump to 0.8.1, update CHANGELOG
2 parents 0649f2e + cb2ae6b commit 52dd75f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
Changelog for package usb_cam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.8.1 (2024-05-01)
6+
------------------
7+
* Merge pull request `#330 <https://github.com/ros-drivers/usb_cam/issues/330>`_ from ros-drivers/fix-rolling-builds
8+
Update comment in CI from Jammy to Noble
9+
* Fix linter error in uyvy file
10+
- Update comment in CI from Jammy to Noble
11+
* Merge pull request `#324 <https://github.com/ros-drivers/usb_cam/issues/324>`_ from clalancette/clalancette/const-avcodec
12+
Switch to a const AVCodec *.
13+
* Switch to a const AVCodec *.
14+
This is because newer versions of avcodec return a const AVCodec *.
15+
* Merge pull request `#313 <https://github.com/ros-drivers/usb_cam/issues/313>`_ from ros-drivers/v4l2-devices-might-not-be-named-video
16+
V4l2 devices might not be named video
17+
* Use /sys/class/video4linux/ to get list of v4l2 devices
18+
* Merge pull request `#311 <https://github.com/ros-drivers/usb_cam/issues/311>`_ from firesurfer/ros2
19+
Resolve Symlinks
20+
* Update usb_cam_node.cpp
21+
Fix formatting
22+
* try to fix formatting issue
23+
* resolve symlinks
24+
* Merge pull request `#305 <https://github.com/ros-drivers/usb_cam/issues/305>`_ from ros-drivers/fix-docs-deployment
25+
* Remove unnecessary steps from docs CI
26+
* Merge pull request `#304 <https://github.com/ros-drivers/usb_cam/issues/304>`_ from ros-drivers/fix-docs-ci
27+
Fix docs ci
28+
* Trigger docs CI on every push to ros2 branch
29+
* Merge pull request `#303 <https://github.com/ros-drivers/usb_cam/issues/303>`_ from ros-drivers/add-mkdocs-documentation
30+
* Standup basic mkdocs documentation site
31+
* Contributors: Chris Lalancette, Evan Flynn, Lennart Nachtigall
32+
533
0.8.0 (2023-12-04)
634
------------------
735
* Bump for release 0.8.0, update docs

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>usb_cam</name>
5-
<version>0.8.0</version>
5+
<version>0.8.1</version>
66
<description>A ROS Driver for V4L USB Cameras</description>
77

88
<maintainer email="evanflynn.msu@gmail.com">Evan Flynn</maintainer>

0 commit comments

Comments
 (0)