diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fea5ed..d4721d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog + +## v0.26.0 - 2026-02-24 + +### Improvements +- Replace nest_asyncio with greenback for nested process execution ([#332](https://github.com/aiidateam/plumpy/pull/332)) + +### Devops +- Use uv in pre-commit and CI ([#334](https://github.com/aiidateam/plumpy/pull/334)) +- Fully support 3.14 and drop using deprecated methods of asyncio ([#334](https://github.com/aiidateam/plumpy/pull/334)) + + + ## v0.25.1 - 2025-10-01 ### Bug fixes diff --git a/src/plumpy/__init__.py b/src/plumpy/__init__.py index 1f7eb988..ec0a5461 100644 --- a/src/plumpy/__init__.py +++ b/src/plumpy/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # mypy: disable-error-code=name-defined -__version__ = '0.25.1' +__version__ = '0.26.0' import logging