Releases: remcohaszing/pywakeonlan
Releases · remcohaszing/pywakeonlan
3.1.0
3.0.0
What's Changed
- Remove support for Python 3.6 by @remcohaszing
- Allowed to use mac address in xxxx.xxxx.xxxx format. by @vladislavru in #24
- Conform to PEP 561 by @DavidPratt512 in #28
New Contributors
- @vladislavru made their first contribution in #24
Full Changelog: 2.1.0...3.0.0
2.1.0
- Allow specifying a network interface.
2.0.1
- Use
poetry-core
as build system.
2.0.0
- Drop support for Python 2.
- Add type annotations.
1.1.5
-
Include build artifacts in GitHub releases. [Remco Haszing]
-
Make changelog the body, not a file. [Remco Haszing]
-
Fix twine credentials. [Remco Haszing]
Travis requires an explicit user and password, even though they have
already been specified as environment variables.
1.1.4
- Replace master with HEAD in changelog generation. [Remco Haszing]
1.1.3
-
Remove travis clone depth. [Remco Haszing]
The changelog generation depends on this.
1.1.2
- Fix last tag detection. [Remco Haszing]
1.1.1
- Fix env var in travis config. [Remco Haszing]
- Only deploy using one Python job. [Remco Haszing]