Skip to content

Commit 8da896f

Browse files
committed
chore: release version v1.0.1
1 parent 1f0d744 commit 8da896f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ installed by adding `gcode` to your list of dependencies in `mix.exs`:
1414
```elixir
1515
def deps do
1616
[
17-
{:gcode, "~> 1.0.0"}
17+
{:gcode, "~> 1.0.1"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)