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.

Merge pull request #50 from mirage/release-3.5.0

Prepare v3.5.0

authored by

Calascibetta Romain and committed by
GitHub
d6b2f2ac 84c6b1ae

+9
+9
vendor/opam/base64/CHANGES.md
··· 1 + ### v3.5.0 (2021-02-08) 2 + 3 + - Fix support for `x-compilation` (@samoht, #44) 4 + - Update to `dune.2.0` and apply `ocamlformat` (@samoht, #45) 5 + - Select `unsafe.ml` only with `dune` (@emillon, #46) 6 + - Remove indirect dependecy to `ocamlfind` (@kit-ty-kate, #49) 7 + - Hide internals of `base64` and return a `string` as the alphabet (@reynir, #48) 8 + **breaking chnages** `Base64.alphabet` is updated and return a simple `string` now 9 + 1 10 ### v3.4.0 (2020-03-13) 2 11 3 12 - Fix tests about `alcotest.1.0.0` (@dinosaure, #40)