We contentedly announce the release of: reno 4.1.0: RElease NOtes manager The source is available from: https://opendev.org/openstack/reno Download the package from: https://pypi.org/project/reno For more details, please see below. 4.1.0 ^^^^^ New Features ************ * Reno now allows specifying subsections, which will appear under their top-level sections like "Features". This allows you to group related changes together better. To enable, set the "sections" value in config. Add subsections directly underneath their top-level section, with the number "2" or "3" after to indicate its nesting level. For example, "["features_command_line", "Command Line", 2]". Then, in your release note files, use the ID of the subsection, e.g. "features_command_line". Bug Fixes ********* * Remove noisy log statement for deleted release notes. These look like: unable to find release notes file associated with unique id '34cd623294a30d83', skipping Changes in reno 4.0.0..4.1.0 ---------------------------- 47651ec Respect EOM tag for branches in unmaintained status 270c97d Update supported python versions 92a20ce Remove noisy log statement for deleted release notes ee73c94 Add support for subsections 919210c Refactor Section config to use NamedTuple Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 ++ .../add-complex-example-6b5927c246456896.yaml | 6 ++ ...log-deleted-release-notes-28208816eac8abe9.yaml | 6 ++ .../support-subsections-583600c47b3c7d49.yaml | 12 +++ reno/config.py | 87 ++++++++++++++++++--- reno/formatter.py | 12 +-- reno/linter.py | 4 +- reno/loader.py | 7 +- reno/scanner.py | 5 +- setup.cfg | 3 + 13 files changed, 228 insertions(+), 59 deletions(-)
participants (1)
-
no-reply@openstack.org