What's Changed
Added
- CLI: add support for invocations via 'python -m'. (#395 by @theskumar)
load_dotenv
function now returnsFalse
. (#388 by @larsks)- CLI: add --format= option to list command. (#407 by @sammck)
Fixed
- Drop Python 3.5 and 3.6 and upgrade GA (#393 by @eggplants)
- Use
open
instead ofio.open
. (#389 by @rabinadk1) - Improve documentation for variables without a value (#390 by @bbc2)
- Add
parse_it
to Related Projects by (#410 by @naorlivne) - Update README.md by (#415 by @harveer07)
- Improve documentation with direct use of MkDocs by (#398 by @bbc2)
New Contributors
- @rabinadk1 made their first contribution in #389
- @larsks made their first contribution in #388
- @naorlivne made their first contribution in #410
- @eggplants made their first contribution in #393
- @sammck made their first contribution in #407
- @harveer07 made their first contribution in #415
- @theGOTOguy made their first contribution in #414
Full Changelog: v0.20.0...v0.21.0