chore: release version v0.3.0

This commit is contained in:
James Harton 2021-01-05 02:50:29 +00:00
parent dd763dc09a
commit fa7eb9e961
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- 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)

View file

@ -2,7 +2,7 @@ defmodule Gcode.MixProject do
use Mix.Project
@moduledoc false
@version "0.2.1"
@version "0.3.0"
@description """
A G-code parser and generator.
"""