chore: release version v1.0.0

This commit is contained in:
James Harton 2023-01-16 22:07:59 +00:00
parent d9c89890de
commit dd13ff39a6
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 -->
## [v1.0.0](https://gitlab.com/jimsy/mpl3115a2/compare/v0.3.0...v1.0.0) (2023-01-16)
### Breaking Changes:
* Relicense to HL3-FULL.
## [v0.3.0](https://gitlab.com/jimsy/mpl3115a2/compare/v0.3.0...v0.3.0) (2020-12-28)

View file

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

View file

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