chore: release version v2.0.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-03-14 03:41:38 +00:00
parent 579597bc04
commit 2a67ef63fc
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.0.3](https://harton.dev/james/ip/compare/v2.0.2...v2.0.3) (2024-03-14)
### Improvements:
* use types from `:inet` rather than `:socket`.
## [v2.0.2](https://harton.dev/james/ip/compare/v2.0.1...v2.0.2) (2024-02-23)

View file

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

View file

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