ros-industrial / ros_qtc_plugin

ROS Qt Creator Plug-in (https://ros-qtc-plugin.readthedocs.io)
396 stars 213 forks source link

re-release with incremented minor version as workaround to ABI breakage #467

Closed christian-rauch closed 1 year ago

christian-rauch commented 1 year ago

Qt Creator 8 broke ABI compatibility between version 8.0.0 and 8.0.1 (https://bugreports.qt.io/browse/QTCREATORBUG-28075). Re-release the same version to compile against 8.0.1.

There is no functional change. Once this is merged, we will create a new 8.1 release for Qt Creator 8.0.1. The snap package is not affected since it compiles Qt Creator and the plugin from scratch anyway.

Fixes https://github.com/ros-industrial/ros_qtc_plugin/issues/466