v1.8.1
What's Changed
- Disable debug-only test in release builds to avoid expected failures. by @macandy13 in #1595
- Fix code triggering -Wsign-conversion by @oontvoo in #1596
- Update Python version to PY3, as indicated by the actual source file. by @macandy13 in #1598
- Fixed a typo in docs by @toughengineer in #1600
- Fix pass rvalue to DoNotOptimize by @bgaifullin in #1608
- Fix a typo in regex choice by @Chilledheart in #1610
- remove old-style (C-style) casts by @garymm in #1614
- Add support for bzlmod (excluding Python bindings) by @macandy13 in #1615
- Add a CI test for the new bzlmod integration by @macandy13 in #1617
- Suppress intentional potential memory leak as detected by clang static analysis by @LebedevRI in #1618
New Contributors
- @macandy13 made their first contribution in #1595
- @toughengineer made their first contribution in #1600
- @bgaifullin made their first contribution in #1608
- @Chilledheart made their first contribution in #1610
- @garymm made their first contribution in #1614
Full Changelog: v1.8.0...v1.8.1