Skip to content

Commit c5e5a93

Browse files
committed
chg: doc: add reuse badge and update changelog
Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
1 parent 2f036a4 commit c5e5a93

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,30 @@ Changelog
22
=========
33

44

5-
0.4.1-4-g4ea1c57
6-
----------------
5+
1.0.0 (2024-12-24)
6+
------------------
77

88
New
99
~~~
10+
- Generate a changelog and add to doc index. [Stephen L Arnold]
1011
- Add tox cmd to generate changelog. [Stephen L Arnold]
1112

1213
Changes
1314
~~~~~~~
15+
- Add reuse badge and update changelog. [Stephen L Arnold]
16+
- Add REUSE config and make LICENSE a symlink to the text. [Stephen L
17+
Arnold]
1418
- Update tox cmds and python versions, adjust project config. [Stephen L
1519
Arnold]
1620

1721
* update readme and add .gitchangelog.rc file
1822

23+
Fixes
24+
~~~~~
25+
- Disable link check in sphinx docs build workflow. [Stephen L Arnold]
26+
27+
* old changelog bits have too many crufty URLs
28+
1929

2030
0.4.1 (2024-12-24)
2131
------------------

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
|ci| |wheels| |release| |badge| |coverage|
66

7-
|pre| |cov| |pylint|
7+
|pre| |reuse| |cov| |pylint|
88

99
|tag| |license| |python| |plat|
1010

@@ -229,6 +229,10 @@ To run all ``pre-commit`` checks manually, try::
229229
:target: https://github.com/sarnold/python-daemonizer/actions/workflows/pylint.yml
230230
:alt: Pylint score
231231

232+
.. |reuse| image:: https://api.reuse.software/badge/git.fsfe.org/reuse/api
233+
:target: https://api.reuse.software/info/git.fsfe.org/reuse/api
234+
:alt: REUSE status
235+
232236
.. |license| image:: https://img.shields.io/badge/license-CC--BY--SA--3.0-blue
233237
:target: https://github.com/sarnold/python-daemonizer/blob/master/LICENSE
234238
:alt: License

0 commit comments

Comments
 (0)