Skip to content

Commit 1e7f758

Browse files
authored
Release/0.13.0 (#72)
* Bumping version: 0.12.0 → 0.13.0 * Update changelog
1 parent 90e43a4 commit 1e7f758

10 files changed

Lines changed: 33 additions & 15 deletions

File tree

CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,38 @@ Changes for the upcoming release can be found in the
2020

2121
.. towncrier release notes start
2222
23+
Version 0.13.0
24+
==============
25+
26+
Improved Documentation
27+
----------------------
28+
29+
- Add instructions how to install VSCode editor (:gh:`56`)
30+
- Clarify some steps when creating a release. (:gh:`59`)
31+
- Improve documentation clarity and usability:
32+
33+
* Update external links for ``uv``, ``towncrier``, ``reStructuredText``, Sphinx, ``jing``, and RNC schema to official resources.
34+
* Remove ``$`` prefixes from shell command examples for easier copy-pasting.
35+
* Add a brief explanation for the ``--frozen`` flag usage with :command:`uv sync`.
36+
* Enhance descriptions and links in the "External tools" section. (:gh:`62`)
37+
- Add new glossary terms (:gh:`68`)
38+
- Add new topic about creating pull requests (:gh:`71`)
39+
40+
41+
Infrastructure
42+
--------------
43+
44+
- Use openSUSE image for GH Action (:gh:`65`)
45+
- Fix docker build/push with lowercase GH repo (:gh:`66`)
46+
47+
48+
Code Refactoring
49+
----------------
50+
51+
- Rename ``docbuild.cli.config`` -> ``docbuild.cli.cmd_config`` to
52+
make it consistent with other CLI commands. (:gh:`57`)
53+
54+
2355
Version 0.12.0
2456
==============
2557

changelog.d/56.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/57.refactor.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/59.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/62.doc.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/65.infra.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/66.infra.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/68.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/71.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/docbuild/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module contains metadata about the package, including its version and authors.
44
"""
55

6-
__version__ = '0.12.0'
6+
__version__ = '0.13.0'
77
__authors__ = [
88
'Tom Schraitle <[email protected]>',
99
]

0 commit comments

Comments
 (0)