gcode/CHANGELOG.md

38 lines
774 B
Markdown

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.3.0](https://gitlab.com/jimsy/gcode/compare/v0.2.1...v0.3.0) (2021-01-05)
### Features:
* descriptions: Add human-readable descriptions of commonly used codes.
## [v0.2.1](https://gitlab.com/jimsy/gcode/compare/v0.2.0...v0.2.1) (2021-01-04)
### Bug Fixes:
* model: Change all model init functions to return a result.
## [v0.2.0](https://gitlab.com/jimsy/gcode/compare/v0.1.0...v0.2.0) (2021-01-04)
### Features:
* model,serialise: Implement a basic G-Code model and serialiser.
## [v0.1.0](https://gitlab.com/jimsy/gcode/compare/v0.1.0...v0.1.0) (2021-01-02)