File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.0.1] ( https://harton.dev/james/gcode/compare/v1.0.0...v1.0.1 ) (2024-12-12)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * compiler warnings about ` else ` clauses.
16+
817## [ v1.0.0] ( https://gitlab.com/jimsy/gcode/compare/v0.4.1...v1.0.0 ) (2023-01-16)
918### Breaking Changes:
1019
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ installed by adding `gcode` to your list of dependencies in `mix.exs`:
1414``` elixir
1515def deps do
1616 [
17- {:gcode , " ~> 1.0.0 " }
17+ {:gcode , " ~> 1.0.1 " }
1818 ]
1919end
2020```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Gcode.MixProject do
22 use Mix.Project
33 @ moduledoc false
44
5- @ version "1.0.0 "
5+ @ version "1.0.1 "
66 @ description """
77 A G-code parser and generator.
88 """
You can’t perform that action at this time.
0 commit comments