From fa7eb9e9619af468285e474f35bf0f58e19452fa Mon Sep 17 00:00:00 2001 From: Gitlab Runner for James Harton Date: Tue, 5 Jan 2021 02:50:29 +0000 Subject: [PATCH] chore: release version v0.3.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f13eec..7f63086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 5a609e1..39c818f 100644 --- a/mix.exs +++ b/mix.exs @@ -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. """