Skip to content

Commit ad3a610

Browse files
becschwartznuclearsandwich
authored andcommitted
0.26.0
1 parent 0a38d49 commit ad3a610

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
0.26.0 (2025-06-26)
2+
-------------------
3+
- Add search command for rosdep keys.
4+
- https://github.com/ros-infrastructure/rosdep/issues/997
5+
- Remove unecessary global declarations.
6+
- https://github.com/ros-infrastructure/rosdep/issues/1004
7+
- Update overview.rst to include search option.
8+
- https://github.com/ros-infrastructure/rosdep/issues/1002
9+
- Use rosdep's reported platform for testing OS override.
10+
- https://github.com/ros-infrastructure/rosdep/issues/996
11+
- Switch to supported mechanism to skip an unwanted test.
12+
- https://github.com/ros-infrastructure/rosdep/issues/995
13+
- Ignore egg-info directories wherever they are found.
14+
- https://github.com/ros-infrastructure/rosdep/issues/985
15+
116
0.25.1 (2024-08-22)
217
-------------------
318
- Update release environment to avoid using pkg_resources on later platforms.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# same version as in:
77
# - src/rosdep2/_version.py
88
# - stdeb.cfg
9-
'version': '0.25.1',
9+
'version': '0.26.0',
1010
'packages': ['rosdep2', 'rosdep2.ament_packages', 'rosdep2.platforms'],
1111
'package_dir': {'': 'src'},
1212
'install_requires': [

src/rosdep2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# same version as in:
22
# - setup.py
33
# - stdeb.cfg
4-
__version__ = '0.25.1'
4+
__version__ = '0.26.0'

stdeb.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; rosdep-modules same version as in:
33
; - setup.py
44
; - src/rosdep2/_version.py
5-
Depends3: python3-rosdep-modules (>= 0.25.1)
5+
Depends3: python3-rosdep-modules (>= 0.26.0)
66
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
77
Copyright-File: LICENSE
88
Suite3: focal jammy noble bookworm trixie

0 commit comments

Comments
 (0)