File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,30 @@ Changelog
2
2
=========
3
3
4
4
5
- 0.4.1-4-g4ea1c57
6
- ----------------
5
+ 1.0.0 (2024-12-24)
6
+ ------------------
7
7
8
8
New
9
9
~~~
10
+ - Generate a changelog and add to doc index. [Stephen L Arnold]
10
11
- Add tox cmd to generate changelog. [Stephen L Arnold]
11
12
12
13
Changes
13
14
~~~~~~~
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]
14
18
- Update tox cmds and python versions, adjust project config. [Stephen L
15
19
Arnold]
16
20
17
21
* update readme and add .gitchangelog.rc file
18
22
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
+
19
29
20
30
0.4.1 (2024-12-24)
21
31
------------------
Original file line number Diff line number Diff line change @@ -229,6 +229,10 @@ To run all ``pre-commit`` checks manually, try::
229
229
:target: https://github.com/sarnold/python-daemonizer/actions/workflows/pylint.yml
230
230
:alt: Pylint score
231
231
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
+
232
236
.. |license | image :: https://img.shields.io/badge/license-CC--BY--SA--3.0-blue
233
237
:target: https://github.com/sarnold/python-daemonizer/blob/master/LICENSE
234
238
:alt: License
You can’t perform that action at this time.
0 commit comments