v0.14.1
This release fixes a bug with concatenated values (#354 + #357), and adds back support for protobuf==5 (#358). We plan to support protobuf==5 until protobuf==7 is released.
What's Changed
- Update links to buf.build/docs to use protovalidate.com by @jrinehart-buf in #331
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #349
- Add
buf formatto Makefileformattarget by @stefanvanburen in #348 - Fix Makefile dependencies by @stefanvanburen in #350
- Pin local Python version to lowest supported by @stefanvanburen in #351
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #352
- Fix instance check for concatenated values by @stefanvanburen in #354
- Add dependency resolution to test matrix by @stefanvanburen in #355
- Simplify
isinstancecall inextra_func.pyby @engnatha in #357 - Support protobuf==5 by @stefanvanburen in #358
New Contributors
Full Changelog: v0.14.0...v0.14.1