Skip to content

Commit e0651eb

Browse files
authored
prepare 0.4.1 (#56)
1 parent 41f6a3d commit e0651eb

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.4.1 2023-03-16
2+
--------------
3+
4+
- gluten-lwt-unix: require tls-lwt `>= 0.16`
5+
([#53](https://github.com/anmonteiro/gluten/pull/53))
6+
- gluten-eio: adapt to `Eio.Io` errors
7+
([#54](https://github.com/anmonteiro/gluten/pull/54))
8+
- gluten-eio: return a `Eio.Promise.t` from `Gluten_eio.Client.shutdown`
9+
([f8b88c485](https://github.com/anmonteiro/gluten/commit/f8b88c485beb473af97de7b39461fb60a56cff3f))
10+
111
0.4.0 2023-02-11
212
--------------
313

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
(depopts
6060
(lwt_ssl
6161
(>= "1.2.0"))
62-
tls))
62+
tls-lwt))
6363

6464
(package
6565
(name gluten-mirage)

flake.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)