Skip to content

Commit bbc9fe6

Browse files
committed
Release v1.0.3
1 parent 67d1f71 commit bbc9fe6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.3
4+
5+
* Silence warnings on (upcoming, at this time) Elixir 1.19+.
6+
37
## v1.0.2
48

59
* The changes in v1.0.1 introduced some subtle compression errors with HPACK encoding. This has been fixed in this version. See [this issue](https://github.com/elixir-mint/hpax/issues/20) for more details.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule HPAX.MixProject do
22
use Mix.Project
33

4-
@version "1.0.2"
4+
@version "1.0.3"
55
@repo_url "https://github.com/elixir-mint/hpax"
66

77
def project do

0 commit comments

Comments
 (0)