Skip to content

Latest commit

 

History

History
93 lines (60 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

93 lines (60 loc) · 2.95 KB

2.0.0 (2021-04-22)

Bug Fixes

  • Add packages on which the installer depends (#15)
  • Check rosdep sources list before initializing to avoid error on rosdep init (#13)

Features

  • Set default as foxy (#18)
  • Drop support for ROS Eloquent (#17)
  • Add independent installers (#12)
  • Support ROS Foxy (#11)
  • Drop support for ROS Crystal (#10)

1.1.0 (0001-01-01)

Documentation Updates

  • add git-chglog settings

1.0.0 (2020-01-11)

Bug Fixes

  • Fix example executioin error
  • Fix #4
  • Fix gpg error

Code Refactoring

  • Update comment

Documentation Updates

  • Update status badge
  • Update README

Features

  • Add vcstool(the vcs command) to install script
  • Add rosdep to install script
  • Add multiple distribution tests (#7)
  • Update to use dashing as default
  • Update colcon build option
  • Update ROS distro of tutorial

Performance Improvements

  • Cleanup GPG keys

Pull Requests

  • Merge pull request #5 from Tiryoh/renovate/configure
  • Merge pull request #3 from Tiryoh/cleanup_gpg_keys
  • Merge pull request #2 from Tiryoh/#1_fix_gpg_error

BREAKING CHANGES

  • Update LICENSE
    • The files downloaded from this repository by Thu May 30 02:14 JST 2019 is licensed under the GPLv3 license.
    • The files downloaded from this repository after Thu May 30 02:14 JST 2019 is licensed under the Apache License Version 2.0.

0.0.1 (2019-05-16)

Bug Fixes

  • Add stdout for user to avoid ament-cmake error

Documentation Updates

  • Add README
  • Update README
  • Add circleci badge

Features

  • Add install script
  • Add tutorial
  • Add colcon to install script
  • Update for auto-install
    • Add -y option to apt install

Performance Improvements