Skip to content

Commit e700793

Browse files
1.1.3
Signed-off-by: Leander Stephen D'Souza <[email protected]>
1 parent 961b177 commit e700793

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package vcs2l
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.3 (2025-08-20)
6+
------------------
7+
* Fix: UnboundLocalError: local variable 'version_type' referenced before assignment (`#15 <https://github.com/ros-infrastructure/vcs2l/pull/15>`_)
8+
* Enabled command retry on vcs import. (`#34 <https://github.com/ros-infrastructure/vcs2l/pull/34>`_)
9+
* Added support for empty repository entries and improved validation output. (`#35 <https://github.com/ros-infrastructure/vcs2l/pull/35>`_)
10+
* Add ruff to the pre-commit (`#27 <https://github.com/ros-infrastructure/vcs2l/pull/27>`_)
11+
* 🛠️ Bump actions/checkout from 4.2.2 to 5.0.0 (`#31 <https://github.com/ros-infrastructure/vcs2l/pull/31>`_)
12+
* 🛠️ Bump actions/setup-python from 5.5.0 to 5.6.0 (`#32 <https://github.com/ros-infrastructure/vcs2l/pull/32>`_)
13+
* Add contribution templates (`#23 <https://github.com/ros-infrastructure/vcs2l/pull/23>`_)
14+
* Restrict push workflow to main branch. (`#30 <https://github.com/ros-infrastructure/vcs2l/pull/30>`_)
15+
* Add GitHub actions to the dependabot configuration. (`#28 <https://github.com/ros-infrastructure/vcs2l/pull/28>`_)
16+
* Rename master branch reference to main in tests. (`#29 <https://github.com/ros-infrastructure/vcs2l/pull/29>`_)
17+
* Contributors: Leander Stephen D'Souza, Stefan Hoffmann, Yuki Furuta.
18+
519
1.1.2 (2025-08-02)
620
------------------
721
* Configuration updates for stdeb release to bootstrap repository. (`#25 <https://github.com/ros-infrastructure/vcs2l/pull/25>`_)

vcs2l/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .clients import vcs2l_clients # noqa
22

3-
__version__ = '1.1.2'
3+
__version__ = '1.1.3'

0 commit comments

Comments
 (0)