All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update contact information in
CONTRIBUTING.md
(#17, #18) - Update dependencies. Minimum python version is now 3.8 (#22)
- Add
output_format
argument tocompile_source
andcompile_files
(#21) - New public function
detect_vyper_version_from_source
(#23) - Fix
combine_json
for versions>0.3.10
(#29) - Relax version detection checks (#30)
0.1.0 - 2020-10-07
- Support for Python 3.9
- Cache version information
0.0.2 - 2020-08-26
- Ignore
.exe
when handling versions on Windows
0.0.1 - 2020-08-25
- Initial release