chore: release version v1.0.1

This commit is contained in:
James Harton 2023-08-15 07:45:11 +00:00
parent bd565869a3
commit beb9adf197
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.0.1](https://gitlab.com/jimsy/wafer/compare/v1.0.0...v1.0.1) (2023-08-15)
### Improvements:
* handle new `Circuits.I2C.open/1` result.
## [v1.0.0](https://gitlab.com/jimsy/wafer/compare/v0.3.1...v1.0.0) (2023-01-16) ## [v1.0.0](https://gitlab.com/jimsy/wafer/compare/v0.3.1...v1.0.0) (2023-01-16)
### Breaking Changes: ### Breaking Changes:

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, "~> 1.0.0"} {:wafer, "~> 1.0.1"}
] ]
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 "1.0.0" @version "1.0.1"
def project do def project do
[ [