Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuyukai committed Nov 22, 2023
1 parent 1301ae7 commit ae3d6e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
Version History
===============

0.8.0 (2023-11-22)
------------------

- Fully type and mark as ``py.typed``.
- Update to AnyIO 4.0.0 properly. This includes making some methods no longer raise ExceptionGroups
due to hidden nurseries.

0.7.3 (2022-04-21)
------------------

- Remove ACK methods from :class:`.ChannelPool`. They don't really make sense.

- Add manual ``checkout`` method on :class:`.ChannelPool`.

0.7.2 (2022-02-03)
Expand All @@ -19,7 +25,6 @@ Version History
------------------

- Add the ``ChannelPool`` API.

- Fix a race condition with channel publishing.

0.7.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "serena"
version = "0.7.4"
version = "0.8.0"
description = "An AMQP 0-9-1 client using AnyIO."
authors = ["Lura Skye <l@veriny.tf>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit ae3d6e6

Please sign in to comment.