Changes to the nitrile.yml
format¶
Since Nitrile 0.4.4, nitrile.yml
has an optional
format_version
field that specifies the
version of Nitrile for which the configuration file is written. Newer versions
of Nitrile can work with configuration files written for older versions by
automatically migrating the configuration. This page lists the changes to the
configuration file format for each Nitrile version. It should be checked when
upgrading format_version
, as upgrading this field may change behavior.
Not every Nitrile version introduces changes to the nitrile.yml
format.
Backwards incompatible changes are marked in orange.
0.4.22¶
- The default of
clm_options:check_indices
is nowtrue
.
0.4.13¶
- Added shorthand syntax for
dependencies
. - Added
tests:compilation:except_modules
. - Added
tests:compilation:only_modules
.
0.4.11¶
0.4.10¶
0.4.4¶
- First version with
format_version
.