Skip to content

Releases: ros-tooling/setup-ros

0.3.1

29 Apr 15:46
Compare
Choose a tag to compare
  • Add support for Humble (#484)

0.3.0 (v0.3)

04 Mar 20:56
Compare
Choose a tag to compare
  • Drop support for EOL ROS distros (#473)
    • Possibly CI-breaking
    • Drops support for Kinectic, Dashing, and Eloquent. Keep using <0.3.0/<=v0.2 if you need support for those distros.
  • Add support for Ubuntu 22.04 Jammy and ROS 2 Rolling on Jammy (#474, #475)

0.2.2

17 Feb 14:55
Compare
Choose a tag to compare
  • Update to latest binary ros2 windows distributions (#450)
  • Install openssl on windows (#454)
  • Install setuptools<60.0 (#462)
  • Temporarily restrict pip version on Windows to avoid failures (#467)
  • Fix 'pip* install' for checked out repos containing a root setup.cfg (#466)

0.2.1

31 May 13:51
4a84c39
Compare
Choose a tag to compare
  • Update GPG key

0.2.0 (v0.2)

24 May 18:31
Compare
Choose a tag to compare
  • Add Galactic support
  • Update colcon package versions - potentially breaks some usage, as colcon-mixin changed one warning to an error in the newer version

0.1.4

06 Apr 20:48
54cc3c7
Compare
Choose a tag to compare
  • Revert colcon version updates

0.1.3

30 Mar 22:12
Compare
Choose a tag to compare
  • Update colcon-* versions
  • Install bison with brew to fix MacOS builds for cyclonedds

0.1.2

27 Jan 09:16
Compare
Choose a tag to compare
  • make RTI Connext installation optional
  • delete the default rosdep sources file before running rosdep init so that this action can run in environments that have already initialized rosdep
  • do an intermediate upgrade to pip 20 before trying to update further - fixes a problem with Ubuntu Xenial and pip v21
  • various dependency version updates

Version 0.1.1

09 Dec 03:10
Compare
Choose a tag to compare

Changes:

  • Upgrade pip3 before using it to install dependencies. This fixes error with version 3.3 of cryptography on Ubuntu Xenial. Likely helps avoid future errors as well

0.1.0

24 Nov 21:32
6c45a24
Compare
Choose a tag to compare

First minor version to allow for patchfix vs API change going forward.

Fixes python2 / python3.5 compatibility.