Skip to content

Commit

Permalink
πŸš€ Release v4.2.0 (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Jan 9, 2025
1 parent 35ed42a commit 61bbf08
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
paths: ['docker/**']

env:
NEEDS_VERSION: 4.1.0
NEEDS_VERSION: 4.2.0
DEPLOY_IMAGE: ${{ github.event_name != 'pull_request' }}

jobs:
Expand Down
15 changes: 14 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@
Changelog
=========

4.2.0
-----

:Released: 07.01.2025
:Full Changelog: `v4.1.0...v4.2.0 <https://github.com/useblocks/sphinx-needs/compare/4.1.0...1114e72c011e77524f332eddcc9621fefd4ddbdf>`__

- ⬆️ Drop Python 3.8 and Sphinx 6
- ✨ Add :ref:`needs_import_keys` configuration :pr:`1379`
- πŸ‘Œ Allow ``filter-func`` in ``needpie`` to have multiple dots in the import path :pr:`1350`
- πŸ› Make external paths relative to ``confdir``, not ``srcdir`` :pr:`1378`
- πŸ”§ Release needs data mutation lock at end of process :pr:`1359`
- πŸ”§ Add ``lineno`` to default output of ``needs.json`` :pr:`1346`

4.1.0
-----

:Released: 28.10.2024
:Full Changelog: `v4.0.0...v4.1.0 <https://github.com/useblocks/sphinx-needs/compare/4.0.0...94b0273fbf51ac467f9cfb829b3ef476667f01b2>`__
:Full Changelog: `v4.0.0...v4.1.0 <https://github.com/useblocks/sphinx-needs/compare/4.0.0...4.1.0>`__

New
...
Expand Down
2 changes: 1 addition & 1 deletion sphinx_needs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Sphinx needs extension for managing needs/requirements and specifications"""

__version__ = "4.1.0"
__version__ = "4.2.0"


def setup(app): # type: ignore[no-untyped-def]
Expand Down

0 comments on commit 61bbf08

Please sign in to comment.