v0.6.28
This release includes a single fix:
- Remove callsite invariant annotations in view functions, since they change the mutability of the function and sometimes cause test failures. Those checks are a little overkill, since in a view context any external calls will be side-effect tree, and can thus be thought of similarly to an internal call (with a bit of extra external info)