chore: release version v1.0.0

This commit is contained in:
James Harton 2023-01-16 22:34:39 +00:00
parent a58b412a65
commit 21392e7494
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/pca9685/compare/v0.1.0...v1.0.0) (2023-01-16)
### Breaking Changes:
* Relicense as HL3-FULL.
## [v0.1.0](https://gitlab.com/jimsy/pca9685/compare/v0.1.0...v0.1.0) (2020-12-28)

View file

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

View file

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