Skip to content

Commit 6199b2a

Browse files
0.13.0
1 parent 4bda43a commit 6199b2a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.13.0 (2025-06-29 21:30:00 -0700)
2+
----------------------------------
3+
- Add bloom templates for meson build system. `#691 <https://github.com/ros-infrastructure/bloom/issues/691>`_
4+
- Updates for python3. `#736 <https://github.com/ros-infrastructure/bloom/issues/736>`_
5+
- Fix a typo. `#735 <https://github.com/ros-infrastructure/bloom/issues/735`_
6+
17
0.12.0 (2024-03-29 17:20:00 -0500)
28
----------------------------------
39
- Fix regression in RHEL 8 / Python3.6 support. `#700 <https://github.com/ros-infrastructure/bloom/issues/700>`_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='bloom',
9-
version='0.12.0',
9+
version='0.13.0',
1010
packages=find_packages(exclude=['test', 'test.*']),
1111
package_data={
1212
'bloom.generators.debian': [

0 commit comments

Comments
 (0)