Skip to content

Commit b8cbaed

Browse files
committed
Bump version to v1.6.0
1 parent 7f5b6c1 commit b8cbaed

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## unreleased
99

10+
11+
## v1.6.0 - 2025-09-10
12+
1013
- Remove redundant case from typechecker warning ([hchienjo](https://github.com/hchienjo))
1114
- Validate IP address when casting tuple ([zaratedev](https://github.com/zaratedev))
1215
- No longer testing for Ecto 3.0 ([adam12](https://github.com/adam12))

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ due to the types it is providing.
1818
```elixir
1919
def deps do
2020
[
21-
# or 0.7.0 if you're stuck on Ecto < 3
22-
{:ecto_network, "~> 1.5.0"}
21+
{:ecto_network, "~> 1.6.0"}
2322
]
2423
end
2524
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EctoNetwork.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/adam12/ecto_network"
5-
@version "1.5.0"
5+
@version "1.6.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)