File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22Changelog 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+
5191.1.2 (2025-08-02)
620------------------
721* Configuration updates for stdeb release to bootstrap repository. (`#25 <https://github.com/ros-infrastructure/vcs2l/pull/25 >`_)
Original file line number Diff line number Diff line change 11from .clients import vcs2l_clients # noqa
22
3- __version__ = '1.1.2 '
3+ __version__ = '1.1.3 '
You can’t perform that action at this time.
0 commit comments