Skip to content

Commit f59c2d8

Browse files
committed
Release v1.0.1
1 parent 708c25d commit f59c2d8

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.1
4+
5+
* Fix some issues with dynamic table resizing. You should not need to do anything to your code, it should Just Work™. If you want to read more, [this issue](https://github.com/elixir-mint/hpax/issues/18) has all the context.
6+
37
## v1.0.0
48

59
* Silence warnings on Elixir 1.17+.

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.0"
4+
@version "1.0.1"
55
@repo_url "https://github.com/elixir-mint/hpax"
66

77
def project do

0 commit comments

Comments
 (0)