Releases: google/libprotobuf-mutator
Releases · google/libprotobuf-mutator
v1.4
What's Changed
- Keep C++ standard flexible by @uilianries in #248
- Switch from DownCastToGenerated to DownCastMessage by @vitalybuka in #250
- Include header fixes. by @atetubou in #253
- Fix doc comment about removed seed parameter by @chfast in #254
- Fix CI (fixes #259) by @hartwork in #260
- Run CI every week (to make breakage apparent with less delay) by @hartwork in #258
- Move troublesome default
-Werror
from CMake to CI (fixes #255) by @hartwork in #257 - Fix default PKG_CONFIG_PATH in CMakeLists.txt by @nertpinx in #251
- Avoid direct dependency on absl. by @vitalybuka in #262
New Contributors
- @uilianries made their first contribution in #248
- @atetubou made their first contribution in #253
- @chfast made their first contribution in #254
- @hartwork made their first contribution in #260
- @nertpinx made their first contribution in #251
Full Changelog: v1.3...v1.4
v1.3
What's Changed
- Update README by @ligurio in #230
- Replace DebugString with absl::StrCat by @vitalybuka in #243
- Unpoison results from LLVMFuzzerMutate. by @Allen-Webb in #213
- Clang format #213 by @vitalybuka in #244
New Contributors
Full Changelog: v1.2...v1.3
v1.2
What's Changed
- Upgrade protobuf to v22.3 by @vitalybuka in #219
- Switch to c++14 by @vitalybuka in #220
- master by @vitalybuka in #239
- Use DownCastToGenerated by @vitalybuka in #240
- Setup github actions to build and test by @vitalybuka in #241
Full Changelog: v1.1...v1.2
v1.1
Fixed -std=c++20 compilation.
Updates test/example dependencies.