chore: release version v1.0.0

This commit is contained in:
James Harton 2023-01-16 22:15:25 +00:00
parent 7ffb351379
commit 494122a037
3 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,13 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.0](https://gitlab.com/jimsy/gcode/compare/v0.4.1...v1.0.0) (2023-01-16)
### Breaking Changes:
* Relicense to HL3-FULL.
## [v0.4.1](https://gitlab.com/jimsy/gcode/compare/v0.4.0...v0.4.1) (2021-01-13)

View file

@ -10,7 +10,7 @@
This package is [available in Hex](https://hex.pm/packages/gcode).
You can install it from git by adding `{:gcode, "~> 0.4.1"}` to your dependencies.
You can install it from git by adding `{:gcode, "~> 1.0.0"}` to your dependencies.
## Documentation

View file

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