Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

26 lines (21 loc) · 1.3 KB

Changelog

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.

Changed

  • Update contact information in CONTRIBUTING.md (#17, #18)
  • Update dependencies. Minimum python version is now 3.8 (#22)
  • Add output_format argument to compile_source and compile_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

Added

  • Support for Python 3.9
  • Cache version information

0.0.2 - 2020-08-26

Fixed

  • Ignore .exe when handling versions on Windows

0.0.1 - 2020-08-25

  • Initial release