File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ! .gitignore
Original file line number Diff line number Diff line change 1+ Fix incorrect typing annotation for `decode_signing_key_base64`.
Original file line number Diff line number Diff line change 1+ Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0.
Original file line number Diff line number Diff line change 1+ Use `setuptools_scm` for the version number.
Original file line number Diff line number Diff line change 1+ [tool .towncrier ]
2+ package = " signedjson"
3+ filename = " CHANGELOG.md"
4+ directory = " changelog.d"
5+ issue_format = " [\\ #{issue}](https://github.com/matrix-org/python-signedjson/issues/{issue})"
6+
7+ [[tool .towncrier .type ]]
8+ directory = " feature"
9+ name = " Features"
10+ showcontent = true
11+
12+ [[tool .towncrier .type ]]
13+ directory = " bugfix"
14+ name = " Bugfixes"
15+ showcontent = true
16+
17+ [[tool .towncrier .type ]]
18+ directory = " docker"
19+ name = " Updates to the Docker image"
20+ showcontent = true
21+
22+ [[tool .towncrier .type ]]
23+ directory = " doc"
24+ name = " Improved Documentation"
25+ showcontent = true
26+
27+ [[tool .towncrier .type ]]
28+ directory = " removal"
29+ name = " Deprecations and Removals"
30+ showcontent = true
31+
32+ [[tool .towncrier .type ]]
33+ directory = " misc"
34+ name = " Internal Changes"
35+ showcontent = true
You can’t perform that action at this time.
0 commit comments