chore: release version v1.0.0

This commit is contained in:
James Harton 2023-01-16 22:10:51 +00:00
parent a30c67b9c3
commit d519fe6637
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/circuits_uart_midi_framing/compare/v0.1.0...v1.0.0) (2023-01-16)
### Breaking Changes:
* Relicense to HL3-FULL.
## [v0.1.0](https://gitlab.com/jimsy/circuits_uart_midi_framing/compare/v0.1.0...v0.1.0) (2021-12-08)

View file

@ -16,7 +16,7 @@ by adding `circuits_uart_midi_framing` to your list of dependencies in
```elixir
def deps do
[
{:circuits_uart_midi_framing, "~> 0.1.0"}
{:circuits_uart_midi_framing, "~> 1.0.0"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule Circuits.UART.Framing.MIDI.MixProject do
use Mix.Project
@version "0.1.0"
@version "1.0.0"
@description """
Implements MIDI framing for Serial ports connected via Circuits.UART.