Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly handle b as pre-release in Vyper version (#213)
Closes foundry-rs/foundry#9123 I've done similar workaround for rc before. For semver we need those to be prepended by a dash. PEP440 pragmas are still might not be parsed correctly but this is not a showstopper as we're just ignoring them right now, and user would see a vyper error in case of mismatch.
- Loading branch information