Skip to content

Commit 4851191

Browse files
committed
release v0.9.0
1 parent 4767202 commit 4851191

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## `v0.9.0` - 2025-10-21
4+
5+
### Dependencies
6+
- bump `aio-pika~=9.5.0` [[#143]](https://github.com/aiidateam/kiwipy/pull/143) to take the fix to gracefully close comm channel.
7+
8+
### Devops
9+
- Stop support for py3.8, start support for py3.13 [#140](https://github.com/aiidateam/kiwipy/pull/140)
10+
- Update the the readthedocs yaml to v2 and py39 [4d7678c](https://github.com/aiidateam/kiwipy/commit/4d7678c3b0cc614bc7ea3c37be8030b7458e48b0)
11+
312
## `v0.8.5` - 2024-12-02
413

514
### Dependencies

src/kiwipy/__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
"""Robust, high-volume, message based communication made easy."""
3-
__version__ = '0.8.5'
3+
__version__ = '0.9.0'
44

55
import logging
66

0 commit comments

Comments
 (0)