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

This commit is contained in:
James Harton 2024-02-23 20:19:17 +13:00
parent 307953a27d
commit c55527e916
Signed by: james
GPG key ID: 90E82DAA13F624F4
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 -->
## [v1.0.1](https://harton.dev/james/mpl3115a2/compare/v1.0.0...v1.0.1) (2024-02-23)
## [v1.0.0](https://harton.dev/james/mpl3115a2/compare/v0.3.0...v1.0.0) (2023-01-16)
### Breaking Changes:

View file

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

View file

@ -1,7 +1,7 @@
defmodule MPL3115A2.MixProject do
use Mix.Project
@version "1.0.0"
@version "1.0.1"
def project do
[