chore: release version v1.0.0

This commit is contained in:
James Harton 2023-01-16 22:31:55 +00:00
parent 4aa37e489b
commit 634b68fd44
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 --> <!-- changelog -->
## [v1.0.0](https://gitlab.com/jimsy/wafer/compare/v0.3.1...v1.0.0) (2023-01-16)
### Breaking Changes:
* Relicense to HL3-FULL.
## [v0.3.1](https://gitlab.com/jimsy/wafer/compare/v0.3.0...v0.3.1) (2021-11-29) ## [v0.3.1](https://gitlab.com/jimsy/wafer/compare/v0.3.0...v0.3.1) (2021-11-29)

View file

@ -126,7 +126,7 @@ by adding `wafer` to your list of dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:wafer, "~> 0.3.1"} {:wafer, "~> 1.0.0"}
] ]
end end
``` ```

View file

@ -7,7 +7,7 @@ defmodule Wafer.MixProject do
peripherals and interacting with GPIO pins easier. peripherals and interacting with GPIO pins easier.
""" """
@version "0.3.1" @version "1.0.0"
def project do def project do
[ [