The packages are released earlier than expected, since it was planned to finish the documentation.
However, the development version was getting too far out of sync with the released version.
The changelog can be found in the changelog file for the [Rust Crate](https://github.com/SuperJappie08/robot-description-builder/blob/v0.0.3/robot-description-builder/CHANGELOG.md#version-003) and the [Python Package](https://github.com/SuperJappie08/robot-description-builder/blob/v0.0.3/robot-description-builder-py/CHANGELOG.md#version-003) respectively.
The most notable changes are:
- `CollisionBuilder` and `VisualBuilder` can now be converted between each other.
- Renamed all `origin` fields to `transform` to make the naming less URDF specific.
- (Rust) Documentation improvements