2.1.0~beta
Pre-release
Pre-release
This is the first beta release of opam 2.1.0.
This beta release contains many fixes and a few polished or new features upon alpha3.
Binaries and full archive are signed by opam dev team (fingerprint 92C5 26AE 50DF 3947 0EB2 911B ED4C F1CA 67CB AA92
).
Changelog
Possibly scripts breaking changes are prefixed with ✘.
New option/command/subcommand are prefixed with ◈.
Global CLI
- ◈
--cli
/OPAMCLI
option added [#4316 @dra27] - ✘
--yes
passed to all commands, and plugins [#4316 @dra27]
Init
Config Upgrade
Pin
- ◈ Add
pin scan
subcommand to list available pins [#4285 @rjbou] - ◈ Add
--normalise
option to print a normalised list when scanning, that can be taken byopam pin add
[#4285 @rjbou] OpamCommand.pin
refactor, including addingOpamClient.PIN.url_pins
to pin a list of package with url [#4285 #4301 @rjbou]- ◈ Add
with-version
option to set the pinned package version [#4301 @rjbou] - `OpamPinCommand.source_pin', for new package confirmation, don't check that no opam file is given as argument [#4301 @rjbou]
Switch
List
Lock
VCS
Admin
Solver
Client
Internal
- Process: don't display status line if not verbose, and status line disabled [#4285 @rjbou]
- Optimise package name comparison [#4328 @AltGr - fix #4245]
Documentation
Various contributors helped us to update and add code documentation:
- [#4334 @smorimoto]
- [#4317 @dra27]