The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prepare release

+11
+11
vendor/opam/uring/CHANGES.md
··· 1 + ## v0.7 2 + 3 + - Add `statx` support (@patricoferris, @talex5, @avsm #95 #97). 4 + 5 + - Add type annotations to tests (@patricoferris #96, reviewed by @talex5). 6 + Fixes MDX tests on OCaml 5.1. 7 + 8 + - Update liburing to 2.4 (@anmonteiro #93, reviewed by @talex5). 9 + 10 + - Fix accidental shadowing in `ocaml_uring_get_msghdr_fds` (@talex5 #91, reviewed by @avsm). 11 + 1 12 ## v0.6 2 13 3 14 - Fix SIGSEGV on `Uring.wait` (@edwintorok #89).