|
7888474d
|
2025-05-16T14:06:18
|
|
Bump version to 1.10.0
|
|
61a1e646
|
2025-05-15T17:24:50
|
|
doc: Reformat release notes and include them in the HTML doc
|
|
1b402b06
|
2025-04-06T18:45:05
|
|
doc: Introduce the “deprecated” changelog fragment type
|
|
76740e0c
|
2025-01-30T14:21:00
|
|
Bump version to 1.8.0 and update changelog
|
|
6153fece
|
2024-11-25T10:49:14
|
|
changelog: Fix release title format
Towncrier doc states that the `underlines` setting is not used with
Markdown files, so let’s apply the tag ourselves.
|
|
737706fe
|
2024-03-07T10:08:16
|
|
doc: Use towncrier to handle release notes
Towncrier is a utility to produce useful, summarized news files.
See:
- https://pypi.org/project/towncrier/
- https://towncrier.readthedocs.io
Custom configuration for xkbcommon:
- New fragments are located in the `changes` directory.
- 3 sections:
- API: `changes/api`
- Tools: `changes/tools`
- Build System: `changes/build`
- 3 news fragments:
- Breaking changes: `.breaking`
- New: `.feature`
- Fixes: `.bugfix`
`NEWS` is renamed to `NEWS.md` because the tool requires `.md`
extension to write in markdown format.
|