We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589e3cb commit 4acdc53Copy full SHA for 4acdc53
2 files changed
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog for package py_binding_tools
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+1.1.1 (2026-04-08)
6
+------------------
7
+* Add missing transitive dependency on pybind11_catkin
8
+* Fix some cpplint issues
9
+* Update copyright statements
10
+* Contributors: Robert Haschke
11
+
12
1.1.0 (2025-08-11)
13
------------------
14
* Fix pybind11 deprecations
package.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
<package format="2">
<name>py_binding_tools</name>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<description>Python binding tools for C++</description>
<author email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</author>
0 commit comments