File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff 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 ```
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments