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 c2fe87f commit 7491498Copy full SHA for 7491498
CHANGELOG.md
@@ -6,6 +6,13 @@ 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.5 - 2025-11-05
10
+
11
+### Fixed
12
13
+- Fixed a type warning on Elixir 1.19+ about struct updating in the
14
+ `Extension` module.
15
16
## 1.0.4 - 2024-06-14
17
18
### Fixed
mix.exs
@@ -6,7 +6,7 @@ defmodule MintWebSocket.MixProject do
def project do
[
app: :mint_web_socket,
- version: "1.0.4",
+ version: "1.0.5",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
erlc_paths: erlc_paths(Mix.env()),
0 commit comments