Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Feb 19, 2024
1 parent 351ba18 commit e6ef42a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
Will not contain minor changes -- feel free to look through `git log` for
more detail.

## v0.8.0 :: 20240219

- Force keyword arguments in `CommandLinePlugin` as done elsewhere
- This is really the only cause of the "highest nonzero version number" bump
- Fix plugins not passing `initial_state` to parent class (https://github.com/n8henrie/fauxmo/issues/122)
- Tweaks to nix development environment
- Add coverage testing to `tests/` to ensure all testing code paths are taken

## v0.7.0 :: 20230825

- Add `initial_state` kwarg for plugins
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__ = "[email protected]"
__version__ = "v0.8.0"
__version__ = "v0.7.0"

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

0 comments on commit e6ef42a

Please sign in to comment.