Hi everyone,
We’re happy to announce the second beta release of opam 2.3.0.
As we’re closing on the final release of opam 2.3.0, we’d be happy for people to test this beta and report any regression.
What’s new?
This release consists mostly in one regression fix compared to 2.3.0~beta1:
- Fix a regression in the detection of the current terminal size that leads to opam output that tries to fit itself into 80 columns regardless of the current terminal size (#6243)
A couple of other improvements were made.
You can read our blog post for more information, and for even more details you can take a look at the release note or the changelog.
Try it!
The upgrade instructions are pretty much the same:
For Unix systems
bash -c "sh <(curl -fsSL https://opam.ocaml.org/install.sh) --version 2.3.0~beta2"
or from PowerShell for Windows systems
Invoke-Expression "& { $(Invoke-RestMethod https://opam.ocaml.org/install.ps1) } -Version 2.3.0~beta2"
Please report any issues to the bug-tracker.
Happy hacking,
<> <> The opam team <> <>