chore: release version v1.0.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-11-24 07:20:28 +00:00
parent a779e71c4f
commit d62f0b62c4
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 -->
## [v1.0.3](https://gitlab.com/jimsy/wafer/compare/v1.0.2...v1.0.3) (2023-11-24)
### Bug Fixes:
* compiler warning in `Wafer.Driver.ElixirALE.I2C.Wrapper.write_read_device/4`.
## [v1.0.2](https://gitlab.com/jimsy/wafer/compare/v1.0.1...v1.0.2) (2023-08-21)

View file

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

View file

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