Working version changelog, used as a base for the changelog and the release note. Prefixes used to help generate release notes, changes, and blog posts:
- ✘ Possibly scripts breaking changes
- ◈ New option/command/subcommand
- [BUG] for bug fixes
- [NEW] for new features (not a command itself)
- [API] api updates 🕮 If there is changes in the API (new non optional argument, function renamed or moved, etc.), please update the API updates part (it helps opam library users)
- Bump to 2.2.0
alpha3dev [#5615 @rjbou]
- Allow packages with a specific version, directories or local opam files, as input [#5613 @kit-ty-kate]
- Add handling of
--recurse
and--subpath
for directory arguments [#5613 @kit-ty-kate]
- Fix extra-files handling when linting packages from repositories, see #5068 [#5639 @rjbou]
- Update populating extra-files fields log [#5640 @rjbou]
- Remove
bigarray
dependency [#5612 @kit-ty-kate] - Remove use of deprecated `Printf.kprintf" [#5612 @kit-ty-kate]
- Fix "make cold" on Windows when gcc is available [#5635 @kit-ty-kate - fixes #5600]
- Add ppc64le and s390x support [#5420 @kit-ty-kate]
- Lint: add test for W53, to test extra file with good hash [#5639 @rjbou]
- Add several checksum & cache validation checks for archive, extra-source section, and extra-file field [#5560 @rjbou]
- Move local-cache into archive-field-checks test [#5560 @rjbou]
- Add coreutils install for cheksum validation tests [#5560 @rjbou]
OpamTreeCommand.run
: now takes anatom
instead ofname
[#5613 @kit-ty-kate]
-
Add
OpamFilter.expand_interpolations_in_file_full
which allows setting the output file along with the input file [#5629 @rgrinberg] -
Expose
OpamFilter.string_interp_regex
which allows clients to identify variable interpolations in strings [#5633 @gridbugs]