Commit 00e1371
authored
Release 1.3.0 (#81)
Prepares the **1.3.0** release.
## Release changes
- ⬆️ Bump version `1.2.0` → `1.3.0` in `pyproject.toml`.
- 📝 Finalize the changelog: convert the `Upcoming` heading into a dated
`1.3.0` section. Only 3 of the 10 PRs merged since 1.2.0 had added
changelog entries, so this also documents the 7 user-facing PRs that
were missing one.
- 🗺️ Prune the completed "nested `.gitignore` support" item from the
roadmap (shipped via #64).
## Changelog for 1.3.0
**New and Improved**
- ✨ Added Go parser for the `analyse` module (#79)
- ✨ Added JSONC language support for the `analyse` module (#70)
- 👌 Replaced `gitignore-parser` with `ignore-python` for source
discovery; added per-project `follow_links` (#64)
- ⬆️ Support and test Sphinx-Needs v5-8 (#65)
- ⬆️ Allow Sphinx 9 (#68)
- 📚 Documented C# language support in `features.rst` (#78)
- 🧪 Added a Sphinx integration test for C# source files (#78)
**Fixes**
- 🐛 Register Sphinx-Needs fields with a typed schema (#80)
- 🐛 Don't mutate the `rebuild='env'` `src_trace_projects` config during
builds (#75)
- 🐛 Route `analyse` logging by environment instead of a stderr handler
at import (#73)
- 🐛 Validate field default ordering in the oneline config (#63)
## Verification
- `tox -e docs-clean` (`sphinx-build -nW`) builds successfully — 0
schema warnings.
## After merge
- Tag `1.3.0` on the merge commit (matching the existing `1.0.0`–`1.2.0`
tags).1 parent dcb1ac9 commit 00e1371
3 files changed
Lines changed: 49 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
17 | 60 | | |
18 | 61 | | |
19 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments