chore: release version v1.0.0

This commit is contained in:
James Harton 2023-01-16 22:17:17 +00:00
parent 793788278e
commit d0227cfcb6
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/ease.ex/compare/v0.2.0...v1.0.0) (2023-01-16)
### Breaking Changes:
* Relicense to HL3-FULL.
## [v0.2.0](https://gitlab.com/jimsy/ease.ex/compare/v0.2.0...v0.2.0) (2020-12-28)

View file

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

View file

@ -1,7 +1,7 @@
defmodule Ease.Mixfile do
use Mix.Project
@version "0.2.0"
@version "1.0.0"
def project do
[