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 ab1f6fe commit 7e29878Copy full SHA for 7e29878
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a
6
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
7
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
+## 1.0.2 - 2022-12-11
10
+
11
+### Fixed
12
13
+- Dialyzer errors have been fixed and specs have been improved.
14
15
## 1.0.1 - 2022-09-18
16
17
### Fixed
mix.exs
@@ -6,7 +6,7 @@ defmodule MintWebSocket.MixProject do
def project do
[
app: :mint_web_socket,
- version: "1.0.1",
+ version: "1.0.2",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
erlc_paths: erlc_paths(Mix.env()),
0 commit comments