Skip to content

Commit

Permalink
release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Dec 30, 2023
1 parent ada53dc commit 221e3ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# x.x.x (xx-xx-xxxx)

# 0.10.0 (xx-xx-xxxx)
# 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`
- `ServiceMixin` is now deprecated and will be removed in 1.0.0
- add mypy type hints
- minimum python version is now 3.11

# 0.9.1 (11-01-2022)
- prevent multiple calls to `set_exception`
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.9.1"
version = "0.10.0"
description = "service manager for asyncio"
readme = "readme.md"
requires-python = ">= 3.11"
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Service manager for asyncio (and classic blocking code since version 0.10.0).
## Requirements
- python 3.11+

Last version with python 3.6+ support is 0.9.1

## Usage

### Asyncio
Expand Down

0 comments on commit 221e3ea

Please sign in to comment.