chore: release version v2.0.2
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
James Harton 2024-02-23 19:58:54 +13:00
parent ff1f1144e9
commit 23b14ee7d1
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 --> <!-- changelog -->
## [v2.0.2](https://harton.dev/james/ip/compare/v2.0.1...v2.0.2) (2024-02-23)
## [v2.0.1](https://harton.dev/james/ip/compare/v2.0.0...v2.0.1) (2023-10-03) ## [v2.0.1](https://harton.dev/james/ip/compare/v2.0.0...v2.0.1) (2023-10-03)
### Improvements: ### Improvements:

View file

@ -14,7 +14,7 @@ installed by adding `ip` to your list of dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:ip, "~> 2.0.1"} {:ip, "~> 2.0.2"}
] ]
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 "2.0.1" @version "2.0.2"
def project do def project do
[ [