You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.13.0
CHANGES:
* Support OCaml 5.5
* Aliases prefix `module A = Prefix.X` triggers dependencies immediately even in
`-no-alias-deps-mode`
* Allow aliases to aliases
```
module Y = Lib.Alias
```
* Rename two library modules to avoid a collision with standard library modules