Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jun 25, 2021
1 parent 36cc982 commit 211c5c6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.21.0 (2021-06-25)
-------------------
- Add command line option to select which dependency types to install.
- https://github.com/ros-infrastructure/rosdep/pull/789
- https://github.com/ros-infrastructure/rosdep/pull/727
- Fix output formatting for npm installer when running ``rosdep --all-versions``.
- https://github.com/ros-infrastructure/rosdep/pull/814
- Fix exception running ``rosdep --all-versions`` when some installers are missing.
- https://github.com/ros-infrastructure/rosdep/pull/815
- Display advice for fixing permissions when rosdep cache is not readable.
- https://github.com/ros-infrastructure/rosdep/pull/787

0.20.1 (2021-04-16)
-------------------
- Fix a typo in the ament_packages README
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# same version as in:
# - src/rosdep2/__init__.py
# - stdeb.cfg
'version': '0.20.1',
'version': '0.21.0',
'packages': ['rosdep2', 'rosdep2.ament_packages', 'rosdep2.platforms'],
'package_dir': {'': 'src'},
'install_requires': ['catkin_pkg >= 0.4.0', 'rospkg >= 1.3.0', 'rosdistro >= 0.7.5', 'PyYAML >= 3.1'],
Expand Down
2 changes: 1 addition & 1 deletion src/rosdep2/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '0.20.1'
__version__ = '0.21.0'
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
; rosdep-modules same version as in:
; - setup.py
; - src/rosdep2/_version.py
Depends: python-rosdep-modules (>= 0.20.1)
Depends: python-rosdep-modules (>= 0.21.0)
; rosdep-modules same version as in:
; - setup.py
; - src/rosdep2/_version.py
Depends3: python3-rosdep-modules (>= 0.20.1)
Depends3: python3-rosdep-modules (>= 0.21.0)
Conflicts: python3-rosdep, python-rosdep2, python3-rosdep2
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
Copyright-File: LICENSE
Expand Down

0 comments on commit 211c5c6

Please sign in to comment.