Skip to content

Commit ee565b9

Browse files
committed
chg: doc: add reuse badge and update changelog
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent 2f036a4 commit ee565b9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.rst

+12-2
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

+4
Original file line numberDiff line numberDiff line change
@@ -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)