Skip to content

Commit 107e324

Browse files
committed
Prepare release 1.0.1: Infrastructure and documentation fixes
1 parent 3281c72 commit 107e324

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/history.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
History
33
=======
44

5+
1.0.1 (2025-11-10)
6+
-------------------
7+
8+
| Infrastructure and documentation fixes for post-1.0 release.
9+
10+
**Infrastructure Fixes**
11+
12+
- **ReadTheDocs configuration**: Fixed ``.readthedocs.yaml`` to properly install package with ``docs`` extras, ensuring ``setuptools-scm`` is available for dynamic version detection. Stable docs now display correct version instead of 0.19.
13+
- **Pylint 3.x compatibility**: Updated ``pylintrc`` with ``ignore-paths`` regex patterns to properly exclude generated code directories (``nipyapi/nifi/``, ``nipyapi/registry/``, ``_version.py``) in CI environments using pylint 3.x.
14+
- **CI workflow optimization**: Reordered GitHub Actions steps to upload coverage reports before ``make test-dist`` runs, preventing ``make clean`` from deleting ``coverage.xml`` before codecov upload.
15+
16+
**Documentation Updates**
17+
18+
- **Branch references**: Updated all documentation links from ``NiFi2x`` development branch to ``main`` default branch (README badges, contribution guide links, Sphinx source code references).
19+
- **LICENSE**: Added full Apache 2.0 license text to repository root.
20+
- **Development workflow**: Added ``.cursor/`` to ``.gitignore`` for IDE-specific files.
21+
22+
**Notes**
23+
24+
- No functional changes to the nipyapi client library.
25+
- All changes are infrastructure, tooling, and documentation improvements.
26+
527
1.0.0 (2025-09-28)
628
-------------------
729

0 commit comments

Comments
 (0)