This release adds support for Vyper, an archive mode to simplify codebase export, improves the API, and fixes multiple bugs.
The Vyper support allows [Manticore](https://github.com/trailofbits/manticore) to work natively on Vyper codebase.
Added
- Vyper support (https://github.com/crytic/crytic-compile/pull/25)
- Archive mode (https://github.com/crytic/crytic-compile/pull/24)
- Library detection (https://github.com/crytic/crytic-compile/pull/26)
- Provide source code content (https://github.com/crytic/crytic-compile/commit/d9846f2bb4bd8803c7f920fdbd5c952ea2c6f3b2)
Fixed
- Incorrect solc-remaps argument (https://github.com/crytic/crytic-compile/commit/8f83ddd91d7dee886ff3568566c60050d59b4c73)
- Incorrect solc-args argument (https://github.com/crytic/crytic-compile/commit/5ab85e142a5a086958b84f2258862b7629049f55)