Skip to content

Commit 1476c6d

Browse files
committed
Bump version to 0.3.2
Changes since 0.3.1: - Fix crash when a Starlette Mount object (which has no 'endpoint' attribute) appears in the route list (#27, #28) - Add proper MIT license notice with copyright holder and year (#29) - Migrate to PEP 621 metadata and Poetry 2 / poetry-core 2.x, replace broken CircleCI config with GitHub Actions, drop asynctest in favor of AsyncMock, bump requires-python to >=3.10 (#30)
1 parent 4b856ed commit 1476c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "timing-asgi"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "ASGI middleware to emit timing metrics with something like statsd"
55
authors = [
66
{ name = "Steinn Eldjárn Sigurðarson", email = "steinnes@gmail.com" },

0 commit comments

Comments
 (0)