Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package vcs2l
^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.6 (2025-10-15)
------------------
* Clarify Humble support on installation steps (`#76 <https://github.com/ros-infrastructure/vcs2l/pull/76>`_)
* Make all tests work offline (`#72 <https://github.com/ros-infrastructure/vcs2l/pull/72>`_)
* Added Pylint rule to enforce toplevel imports. (`#70 <https://github.com/ros-infrastructure/vcs2l/pull/70>`_)
* Add Codecov testing workflow (`#53 <https://github.com/ros-infrastructure/vcs2l/pull/53>`_)
* Fix python version requirement in setup.py (`#73 <https://github.com/ros-infrastructure/vcs2l/pull/73>`_)
* Simplify CI testing (`#69 <https://github.com/ros-infrastructure/vcs2l/pull/69>`_)
* Added release playbook for project deployment. (`#55 <https://github.com/ros-infrastructure/vcs2l/pull/55>`_)
* 🛠️ Bump actions/setup-python from 5.6.0 to 6.0.0 (`#68 <https://github.com/ros-infrastructure/vcs2l/pull/68>`_)
* Contributors: Clara Berendsen, Scott K Logan, Leander Stephen D'Souza

1.1.5 (2025-09-12)
------------------
* Ignore nondeterministic line ordering in test_commands (`#66 <https://github.com/ros-infrastructure/vcs2l/pull/66>`_)
Expand Down
2 changes: 1 addition & 1 deletion vcs2l/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .clients import vcs2l_clients # noqa

__version__ = '1.1.5'
__version__ = '1.1.6'
Loading