releases/v0.9.0
·
94 commits
to main
since this release
What's Changed
- Automated Protos Update by @viambot in #405
- [RSDK-10385] Don't enforce compiler minima or complain about warnings for conan builds by @acmorrow in #411
- bump to v0.9.0 by @njooma in #412
Breaking change: refactor struct steps
This PR includes a breaking change in which struct steps { std::vector<step> steps; }; has just been replaced with std::vector<step> steps where used. This is a breaking change but generally will look like replacing instances of steps.steps with just steps or return {steps} being replaced with return steps. See the diff from #411 for details: https://github.com/viamrobotics/viam-cpp-sdk/pull/411/files
Full Changelog: releases/v0.8.0...releases/v0.9.0