docs: release notes markup nitpicks

This commit is contained in:
Anna “CyberTailor” 2024-04-27 04:32:23 +05:00
parent ae896790e3
commit a8fc3eee2c
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1

View File

@ -8,55 +8,55 @@ Release Notes
0.7.0
-----
* **New**: Filter oudated packages by version part (:bug:`4`).
- **New**: Filter oudated packages by version part (:bug:`4`).
* Use Pydantic models to load and serialize caches. This could have better
- Use Pydantic models to load and serialize caches. This could have better
perfomance and correctness but also introduce new bugs.
*Modules changelog:*
* **bugzilla**:
- **bugzilla**:
* Switch to REST API from XMLRPC.
- Switch to REST API from XMLRPC.
* **pgo**:
- **pgo**:
* **outdated**:
- **outdated**:
* Improve error text for trying to filter by maintainer (:bug:`3`).
- Improve error text for trying to filter by maintainer (:bug:`3`).
0.6.1
-----
*Modules changelog:*
* **pkgcheck**:
- **pkgcheck**:
* **scan**:
- **scan**:
* Drop ``--quiet`` flag. Before pkgcheck v0.10.21, this option was used
- Drop ``--quiet`` flag. Before pkgcheck v0.10.21, this option was used
only in pkgcore internals. Now it's used to filter out non-error results
from pkgcheck.
0.6.0
-----
* **New:** Define custom global flags to override global options.
- **New:** Define custom global flags to override global options.
*Modules changelog:*
* **pkgcheck**:
- **pkgcheck**:
* **New:** Filter results by keyword or message.
- **New:** Filter results by keyword or message.
* Silence pkgcore warnings and pkgcheck status messages.
- Silence pkgcore warnings and pkgcheck status messages.
0.5.0
-----
* **New:** Scan repository for QA issues (command: ``pkgcheck scan``).
- **New:** Scan repository for QA issues (command: ``pkgcheck scan``).
* Fix caching with maintainer filter applied.
- Fix caching with maintainer filter applied.
*Dependencies introduced:*
@ -65,15 +65,15 @@ Release Notes
0.4.0
-----
* **New:** Execute custom aliases.
- **New:** Execute custom aliases.
* **New:** List all bugs on Bugzilla (command: ``bugzilla list``).
- **New:** List all bugs on Bugzilla (command: ``bugzilla list``).
* **Gone:** ``bugzilla outdated`` is now ``execute bump-requests``.
- **Gone:** ``bugzilla outdated`` is now ``execute bump-requests``.
* **Gone:** Python 3.10 support.
- **Gone:** Python 3.10 support.
* Fix parsing atoms that contain revision.
- Fix parsing atoms that contain revision.
*Dependencies introduced:*
@ -83,16 +83,16 @@ Release Notes
0.3.0
-----
* **New:** Discover version bump requests on Bugzilla (command: ``bugzilla
- **New:** Discover version bump requests on Bugzilla (command: ``bugzilla
outdated``).
* **New:** Discover outdated packages in the Gentoo repository (command: ``pgo
- **New:** Discover outdated packages in the Gentoo repository (command: ``pgo
outdated``).
* **New:** Discover stabilization candidates in the Gentoo repository (command:
- **New:** Discover stabilization candidates in the Gentoo repository (command:
``pgo stabilization``).
* **New:** Filter results by maintainer.
- **New:** Filter results by maintainer.
*Dependencies introduced:*
@ -104,33 +104,33 @@ Release Notes
0.2.0
-----
* Add progress indication with the option to disable it.
- Add progress indication with the option to disable it.
* Support ``NO_COLOR`` variable in addition to ``NOCOLOR``.
- Support ``NO_COLOR`` variable in addition to ``NOCOLOR``.
*Modules changelog:*
* **repology**:
- **repology**:
* **outdated**:
- **outdated**:
* Fix :bug:`2`, where different packages of the same project crashed the
- Fix :bug:`2`, where different packages of the same project crashed the
utility.
* Use ``origversion`` if defined to prevent crashes.
- Use ``origversion`` if defined to prevent crashes.
0.1.1
-----
*Modules changelog:*
* **repology**:
- **repology**:
* **outdated**:
- **outdated**:
* Output the latest of packaged versions instead of a choosing a random one.
- Output the latest of packaged versions instead of a choosing a random one.
0.1.0
-----
* First release.
- First release.