Skip to content

Commit

Permalink
release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Apr 25, 2024
1 parent 7cf267f commit e7daea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# x.x.x (xx-xx-xxxx)

# 0.10.1 (30-12-2023)
- fix `AsyncioServiceMixin` finalization. Background tasks can be in state `done`, but callback can be not called yet

# 0.10.0 (30-12-2023)
- add `BlockingServiceMixin` with subset of functionality from `ServiceMixin` that can be used in non-async code
- add `AsyncioServiceMixin` as an alias to `ServiceMixin`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "facet"
version = "0.10.0"
version = "0.10.1"
description = "service manager for asyncio"
readme = "readme.md"
requires-python = ">= 3.11"
Expand Down

0 comments on commit e7daea3

Please sign in to comment.