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 dc7051c commit 01bf78eCopy full SHA for 01bf78e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.1.5 (TBA)
+## v0.1.5 (2022-09-13)
2
3
- `TestServer.websocket_info/2` now takes the callback function as second argument
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.4", only: [:test]}
+ {:test_server, "~> 0.1.5", 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.4"
+ @version "0.1.5"
6
7
def project do
8
0 commit comments