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 98131b0 commit de47c4eCopy full SHA for de47c4e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.5.8 (12 Nov 2024)
2
+
3
+### Enhancements
4
5
+* Improve handling of crashes during WebSock.init/1 calls (#20)
6
7
## 0.5.7 (9 Aug 2024)
8
9
### Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule WebSockAdapter.MixProject do
def project do
[
app: :websock_adapter,
- version: "0.5.7",
+ version: "0.5.8",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments