Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Nov 7, 2018
1 parent c54bcf4 commit 74e473f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
0.13.0 (2018-11-06)
-------------------
- Improve error message when a package.xml is malformed
- https://github.com/ros-infrastructure/rosdep/pull/608
- Enable rosdep db cache from python3 to be used from python2.
- https://github.com/ros-infrastructure/rosdep/pull/633
- Reported in https://github.com/ros-infrastructure/rosdep/issues/3791
- Fix DNF installer behavior to match yum and apt.
- https://github.com/ros-infrastructure/rosdep/pull/638
- Clean up executable permissions and #! lines.
- https://github.com/ros-infrastructure/rosdep/pull/630
- Fix quiet mode for Debian installer.
- https://github.com/ros-infrastructure/rosdep/pull/612
- Fix typos in documentation.
- https://github.com/ros-infrastructure/rosdep/pull/606
- https://github.com/ros-infrastructure/rosdep/pull/634
- Improve documentation output on Fedora.
- https://github.com/ros-infrastructure/rosdep/pull/628
- Update CI infrastructure.
- https://github.com/ros-infrastructure/rosdep/pull/602
- https://github.com/ros-infrastructure/rosdep/pull/609
- https://github.com/ros-infrastructure/rosdep/pull/629
- https://github.com/ros-infrastructure/rosdep/pull/636
- Fix RPM comand tests.
- https://github.com/ros-infrastructure/rosdep/pull/627
- Update package metadata.
- https://github.com/ros-infrastructure/rosdep/pull/605

0.12.2 (2018-03-21)
-------------------
- Fix bug introduced in https://github.com/ros-infrastructure/rosdep/pull/521, reported in https://github.com/ros-infrastructure/rosdep/issues/589
Expand Down
2 changes: 1 addition & 1 deletion src/rosdep2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.2'
__version__ = '0.13.0'

0 comments on commit 74e473f

Please sign in to comment.