chore: release version v0.3.1

This commit is contained in:
James Harton 2021-11-29 15:29:40 +13:00
parent 413dccc72b
commit b184e8a634
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.1](https://gitlab.com/jimsy/wafer/compare/v0.3.0...v0.3.1) (2021-11-29)
## [v0.3.0](https://gitlab.com/jimsy/wafer/compare/v0.2.0...v0.3.0) (2020-12-28)

View file

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

View file

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