We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc021f3 commit 7c415a8Copy full SHA for 7c415a8
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.1.7 (TBA)
+## v0.1.7 (2022-10-06)
2
3
- The specified port is checked to ensure is in valid range
4
README.md
@@ -24,7 +24,7 @@ Add `test_server` to your list of dependencies in `mix.exs`:
24
```elixir
25
def deps do
26
[
27
- {:test_server, "~> 0.1.6", only: [:test]}
+ {:test_server, "~> 0.1.7", only: [:test]}
28
]
29
end
30
```
mix.exs
@@ -2,7 +2,7 @@ defmodule TestServer.MixProject do
use Mix.Project
@source_url "https://github.com/danschultzer/test_server"
5
- @version "0.1.6"
+ @version "0.1.7"
6
7
def project do
8
0 commit comments