chore: release version v2.0.0

This commit is contained in:
James Harton 2023-01-16 22:03:49 +00:00
parent 317418a872
commit 74a11abede
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 --> <!-- changelog -->
## [v2.0.0](https://gitlab.com/jimsy/ip/compare/v1.2.3...v2.0.0) (2023-01-16)
### Breaking Changes:
* Relicense to HL3-FULL.
## [v1.2.3](https://gitlab.com/jimsy/ip/compare/v1.2.2...v1.2.3) (2022-10-03) ## [v1.2.3](https://gitlab.com/jimsy/ip/compare/v1.2.2...v1.2.3) (2022-10-03)

View file

@ -14,7 +14,7 @@ by adding `ip` to your list of dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:ip, "~> 1.2.3"} {:ip, "~> 2.0.0"}
] ]
end end
``` ```

View file

@ -4,7 +4,7 @@ defmodule IP.Mixfile do
@description """ @description """
Represtations and tools for IP addresses and networks. Represtations and tools for IP addresses and networks.
""" """
@version "1.2.3" @version "2.0.0"
def project do def project do
[ [