Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (39 loc) · 1.68 KB

CHANGELOG.rst

File metadata and controls

43 lines (39 loc) · 1.68 KB

Changelog for package pybind11_catkin

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