Reintegrate branch 'master' into documentation-fixes
Marco Ricci

Marco Ricci commited on 2024-09-27 22:33:03
Zeige 1 geänderte Dateien mit 9 Einfügungen und 8 Löschungen.


* master:
  Fix outstanding formatting and linting issues
  Switch from towncrier to scriv for changelog management
  Add changelog entry for hypothesis use
  Add hypothesis-based tests (and bugfix) for the vault derivation scheme
  Set up the "hypothesis" testing library
... ...
@@@ -108,18 -114,18 +114,19 @@@ effectively constitute a new <q>major</
114 114
  
115 115
  ## 0.1.2 (2024-07-22)
116 116
  
117
- #### Fixed
117
+ ### Fixed
118 118
  
119 119
    - Include and exclude the correct files in the `sdist` and `wheel`
120
-   distributions.  (Previously, `sdist` contained VCS artifacts, and `wheel` was
121
-   missing some paths.)
120
+     distributions.  (Previously, `sdist` contained VCS artifacts, and
121
+     `wheel` was missing some paths.)
122 122
 -  - Lint and reformat all code using [ruff](https://astral.sh/ruff/).
123 123
 -  - Mention [`mkdocstrings-python`](https://mkdocstrings.github.io/python/)
124 124
 +  - Lint and reformat all code using [ruff](https://pypi.org/package/ruff/).
125 125
 +  - Mention
126
-   [`mkdocstrings-python`](https://pypi.org/package/mkdocstrings-python/) in
127
-   the documentation's page footer.
128
- - Remove JavaScript and external font loading from documentation website, so
129
-   that the site works even in restricted browser settings.
130
- - Set up a changelog, using [towncrier](https://pypi.org/package/towncrier).
126
++    [`mkdocstrings-python`](https://pypi.org/package/mkdocstrings-python/)
127
+     in the documentation's page footer.
128
+   - Remove JavaScript and external font loading from documentation website,
129
+     so that the site works even in restricted browser settings.
130
+   - Set up a changelog, using
131
+     [towncrier](https://pypi.org/package/towncrier).
131 132
  
132 133
  
133 134
  ## 0.1.1 (2024-07-14)
134 135