Releases: vyperlang/vvm
Releases · vyperlang/vvm
v0.3.2
v0.3.1 pypi release
the exact code commit that appears on pypi (https://pypi.org/project/vvm/0.3.1/)
v0.3.1
What's Changed
- fix: make
detect_vyper_version_from_source
allowNone
by @DanielSchiavini in #27 - fix: relax
packaging
dependency bound by @DanielSchiavini in #26
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore: upgrade dependencies by @DanielSchiavini in #22
- feat:
output_format
by @DanielSchiavini in #21 - feat: Detect Vyper version from source by @DanielSchiavini in #23
- fix: reject npm-style version specifiers above v0.4.0 by @DanielSchiavini in #24
- Add a hint with the correct version specifier by @DanielSchiavini in #25
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- run CI daily by @spinoch in #6
- Switch to built-in setuptools functionality by @lemenkov in #11
- fix: pep440 rc tags by @charles-cooper in #14
- chore: update contact information by @trocher in #17
- fix: telegram link not working by @trocher in #18
New Contributors
- @spinoch made their first contribution in #6
- @lemenkov made their first contribution in #11
- @charles-cooper made their first contribution in #14
- @trocher made their first contribution in #17
Full Changelog: v0.1.0...v0.2.1
vvm 0.1.0
Added
- Support for Python 3.9
- Cache version information
vvm 0.0.2
Fixed
- Ignore
.exe
when handling versions on Windows
vvm 0.0.1
Initial release