Changelog for package pybind11_catkin
2.10.3 (2023-02-09)
- Ignore DESTDIR for the internal ExternalProject_Add() command (#19)
 
- Update CI from Travis to GitHub Actions
 
- Update pybind11 to version 2.10.3 to support python3.11 (#21)
 
- Update pybind to version 2.6.1 (#13)
 
- Contributors: Henry Schreiner, Hongzhuo Liang, Johannes Meyer, Wolfgang Merkt
 
 
2.5.0 (2020-05-24)
- Update to v2.5.0, add compatibility with ROS Noetic (20.04) (#12)
 
- Bump CMake version to avoid CMP0048. This breaks support with ROS Indigo (14.04).
 
- Contributors: Wolfgang Merkt
 
 
2.4.3 (2019-12-23)
- Clean-up of CMake files and logic (by @rhaschke) - #11
 
- Ensure pybind11 uses same python version as catkin
 
- Update pybind11 version to 2.4.3
 
- Clarify bleeding edge vs releases in README - cf #9
 
- Contributors: Robert Haschke, Wolfgang Merkt
 
 
2.2.4 (2019-01-15)
- Fixes installation of generated files
 
- Fix for arm-based builds
 
- Add dummy header to make bloom happy
 
- Update to v2.2.4
 
- Do not overwrite the exported include_dirs
- Addresses ros/rosdistro#18473
 
- Update CMake logic to export devel/install more cleanly
 
- Added links to examples in readme.
 
- Update README.md
 
- Contributors: Artur Miller, Wolfgang Merkt
 
 
2.2.3 (2018-07-12)
- Adds workaround for both devel and install workspaces
 
- Add README with Travis Badge
 
- Add ROS Industrial CI
 
- pybind11_catkin: Do not change source directory on build
 
- Silence pybind11 warning
 
- Compatibility with 16.04 and ROS Kinetic
 
- pybind11 via http clone
 
- Added back python version override
 
- pybind11 >> pybind11_catkin with the submodule changed to external project
 
- Contributors: Vladimir Ivan, Wolfgang Merkt