Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuyukai committed Jul 3, 2024
1 parent ba96b1c commit 9d6036e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request: {}

jobs:
Expand Down
7 changes: 7 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Version History
===============

0.9.1 (2024-07-03)
==================

- Fix channel pools deadlocking everything on connection cancellation.

- Fix a bug in frameparsers not truncating the end.

0.9.0 (2024-01-25)
==================

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.9.0"
version = "0.9.1"
description = "An AMQP 0-9-1 client using AnyIO."
authors = ["Lura Skye <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit 9d6036e

Please sign in to comment.