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 86aa835 commit 0af9cb5Copy full SHA for 0af9cb5
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.1.1 (TBA)
+## v0.1.1 (2022-09-11)
2
3
* `TestServer.url/2` no longer autostarts the test server
4
README.md
@@ -23,7 +23,7 @@ Add `test_server` to your list of dependencies in `mix.exs`:
23
```elixir
24
def deps do
25
[
26
- {:test_server, "~> 0.1.0", only: [:test]}
+ {:test_server, "~> 0.1.1", only: [:test]}
27
]
28
end
29
```
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.0"
+ @version "0.1.1"
6
7
def project do
8
0 commit comments