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
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
galaxy-importer 0.4.38 (2026-04-09)
===================================

Features
--------

- Upgrade the ansible-lint dependency bound from 26.1.0 to 26.4.0. (`AAP-lint-26-4-0 <https://issues.redhat.com/browse/AAP-lint-26-4-0>`_)


Bugfixes
--------

- In _validate_company the constant referenced in the exception message is wrong. Fixed the constant variable to reference MAX_LEGACY_ROLE_LENGTH_COMPANY. (`ACA-5083 <https://issues.redhat.com/browse/ACA-5083>`_)


galaxy-importer 0.4.37 (2026-01-09)
===================================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/lint-26-4-0.feature

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy_importer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.37"
__version__ = "0.4.38"
Loading