Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Henrie <nate@n8henrie.com>
  • Loading branch information
n8henrie committed Aug 25, 2023
1 parent 88b17db commit 5dd79fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Will not contain minor changes -- feel free to look through `git log` for
more detail.

## v0.7.0 :: 20230825

- Add `initial_state` kwarg for plugins
- See notes for eb749275a06c443bf4c914c450f9717ee3c7f212
- Python 3.11, drop official 3.7 support
- Add a basic config validation function
- Support config in `~/.config/fauxmo`
- Framework for nix and docker support
- Add timeouts to default plugins
- 2f9212b67dec62a4cc9c1609fbbe59dcea1c3d27
- Commands that block freeze *everything* due to the way asyncio works.
Highly recommended to leverage these timeouts for anything that may block
- Add support `shell=True` commands
- Use at your own risk :)
- Migrate setup.cfg to standalone pyproject.toml
- 09f80b364b85b327ab3f92c5e6f538b001a6becc
- type hinting updates

## v0.6.0 :: 20220304

- Python 3.10
Expand Down
2 changes: 1 addition & 1 deletion src/fauxmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = "Nathan Henrie"
__email__ = "nate@n8henrie.com"
__version__ = "v0.6.0"
__version__ = "v0.7.0"

logging.basicConfig(
level=logging.INFO,
Expand Down

0 comments on commit 5dd79fd

Please sign in to comment.