Skip to content

Commit 6a13186

Browse files
committed
Release 0.25.0
Minor release because API of `KillInterrupting` and the behavior of receiving kill messages is changed in a potentially breaking manner.
1 parent 8703d4b commit 6a13186

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.25.0 - 2025-04-29
4+
5+
### Breaking changes
6+
- Drop support for Python 3.8 (#312) [[f008399]](https://github.com/aiidateam/plumpy/commit/f0083995ae9204eb35c32c006a944168dd1029b2)
7+
8+
### Features
9+
- Add support of Python 3.13 (#312) [[f008399]](https://github.com/aiidateam/plumpy/commit/f0083995ae9204eb35c32c006a944168dd1029b2)
10+
- Add option to forcefully (not gracefully) killing a process [[8703d4b]](https://github.com/aiidateam/plumpy/commit/8703d4b4ce17afc7687335c19b348c3a3ce1657f)
11+
- Kill task are cancelled and requeued when a new kill message is received [[8703d4b]](https://github.com/aiidateam/plumpy/commit/8703d4b4ce17afc7687335c19b348c3a3ce1657f)
12+
- Handle Uuid FullLoader with yaml de/serializer in message passing (#310)[[98b3e93]](https://github.com/aiidateam/plumpy/commit/98b3e9380fd2fce437fe1cef906ef075832bf30f)
13+
14+
### Devops
15+
- Update the the readthedocs yaml to v2 and py13 (#313) [[538c824]](538c8240d8fe46d9ea93a5ca3b6cc31dad20ad2f)
16+
17+
318
## v0.24.0 - 2025-01-08
419

520
### Breaking changes

src/plumpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# mypy: disable-error-code=name-defined
3-
__version__ = '0.24.0'
3+
__version__ = '0.25.0'
44

55
import logging
66

0 commit comments

Comments
 (0)