Skip to content

Commit

Permalink
Bump version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed Dec 12, 2023
1 parent ed4c1c1 commit 4530041
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.4.0 - 2023-12-12

- Misc doc changes ([kianmeng](https://github.com/kianmeng))
- Add excoveralls for test coverage reporting ([sbothma](https://github.com/sbothma))
- Add @type annotations ([s3cur3](https://github.com/s3cur3))

## v1.3.0 - 2020-01-04

- Parsing of invalid MAC Addresses will no longer raise ArgumentError #19 ([sneako](https://github.com/sneako))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ due to the types it is providing.
def deps do
[
# or 0.7.0 if you're stuck on Ecto < 3
{:ecto_network, "~> 1.3.0"}
{:ecto_network, "~> 1.4.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EctoNetwork.Mixfile do
use Mix.Project

@source_url "https://github.com/adam12/ecto_network"
@version "1.3.0"
@version "1.4.0"

def project do
[
Expand Down

0 comments on commit 4530041

Please sign in to comment.