v22.04.00
🐛 Bug Fixes
📖 Documentation
- Improve point_in_polygon documentation regarding poly_ring_offsets (#497) @harrism
- Fix documentation of return type of quadtree_point_in_polygon (#490) @harrism
🛠️ Improvements
- Temporarily disable new
ops-bot
functionality (#501) @ajschmidt8 - Pin gtest/gmock to 1.10.0 in dev envs (#498) @trxcllnt
- Add
.github/ops-bot.yaml
config file (#496) @ajschmidt8 - Add CMake
install
rule for tests (#488) @ajschmidt8 - replace
ccache
withsccache
(#483) @AyodeAwe