Releases: alexferl/vyper
Releases · alexferl/vyper
Release v1.2.1
Release v1.1.1
Fix #43 - Fix nested falsy values being treated as unset
Release v1.1.0
This release fixes the following issues:
- fix default nested keys returning none #41
It also upgrades the minimum PyYAML version to 5.4.1 to fix CVE-2020-14343.
Release v1.0.0
This release uses our fork of distconfig, distconfig3 that drops Python 2.7 support and removes unneeded dependencies, six
and usjon
.
Release v0.6.2
Release v0.6.1
This release fixes the toml
import in remote.py
.
Release v0.6.0
This release replaces pytoml
with toml
.
Release v0.5.0
Release v0.4.0
This release drops support for Python 2.7 as its time is coming to an end and there was issues with getting it to work with PyYAML >5.1 which was upgraded to fix #21.
Also, the dependencies had their versions unpinned and the future dependency was removed which fixes #24.