We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8479f43 commit 842c695Copy full SHA for 842c695
2 files changed
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog for package warehouse_ros_sqlite
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+1.0.5 (2024-09-02)
6
+------------------
7
+* Fix package dependencies (`#51 <https://github.com/ros-planning/warehouse_ros_sqlite/issues/51>`_)
8
+* Silent gcc warning
9
+* Contributors: Robert Haschke
10
+
11
1.0.4 (2024-08-06)
12
------------------
13
* Fix column name escaping (`#44 <https://github.com/ros-planning/warehouse_ros_sqlite/issues/44>`_)
package.xml
@@ -1,6 +1,6 @@
1
<package format="3">
<name>warehouse_ros_sqlite</name>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<description>
Implementation of warehouse_ros for sqlite
</description>
0 commit comments