diff --git a/releasenotes/notes/accept-generators-31f080871015233c.yaml b/releasenotes/notes/0.16/accept-generators-31f080871015233c.yaml similarity index 100% rename from releasenotes/notes/accept-generators-31f080871015233c.yaml rename to releasenotes/notes/0.16/accept-generators-31f080871015233c.yaml diff --git a/releasenotes/notes/add-johnson-simple-cycle-core-ac0c09d6fce07f8a.yaml b/releasenotes/notes/0.16/add-johnson-simple-cycle-core-ac0c09d6fce07f8a.yaml similarity index 100% rename from releasenotes/notes/add-johnson-simple-cycle-core-ac0c09d6fce07f8a.yaml rename to releasenotes/notes/0.16/add-johnson-simple-cycle-core-ac0c09d6fce07f8a.yaml diff --git a/releasenotes/notes/correct-edge-colors-e082e1761e1c060b.yaml b/releasenotes/notes/0.16/correct-edge-colors-e082e1761e1c060b.yaml similarity index 100% rename from releasenotes/notes/correct-edge-colors-e082e1761e1c060b.yaml rename to releasenotes/notes/0.16/correct-edge-colors-e082e1761e1c060b.yaml diff --git a/releasenotes/notes/degree-centrality-e7ddf61a9a8fbafc.yaml b/releasenotes/notes/0.16/degree-centrality-e7ddf61a9a8fbafc.yaml similarity index 100% rename from releasenotes/notes/degree-centrality-e7ddf61a9a8fbafc.yaml rename to releasenotes/notes/0.16/degree-centrality-e7ddf61a9a8fbafc.yaml diff --git a/releasenotes/notes/digraph-immediate-dominators-0a713b22657cd19a.yaml b/releasenotes/notes/0.16/digraph-immediate-dominators-0a713b22657cd19a.yaml similarity index 100% rename from releasenotes/notes/digraph-immediate-dominators-0a713b22657cd19a.yaml rename to releasenotes/notes/0.16/digraph-immediate-dominators-0a713b22657cd19a.yaml diff --git a/releasenotes/notes/dominance-frontiers-6e3dcd59e9201b24.yaml b/releasenotes/notes/0.16/dominance-frontiers-6e3dcd59e9201b24.yaml similarity index 100% rename from releasenotes/notes/dominance-frontiers-6e3dcd59e9201b24.yaml rename to releasenotes/notes/0.16/dominance-frontiers-6e3dcd59e9201b24.yaml diff --git a/releasenotes/notes/fix-find-node-by-weight-stub-94e971291e1e6c96.yaml b/releasenotes/notes/0.16/fix-find-node-by-weight-stub-94e971291e1e6c96.yaml similarity index 100% rename from releasenotes/notes/fix-find-node-by-weight-stub-94e971291e1e6c96.yaml rename to releasenotes/notes/0.16/fix-find-node-by-weight-stub-94e971291e1e6c96.yaml diff --git a/releasenotes/notes/fix-layers-stub-66a6e404f55967f0.yaml b/releasenotes/notes/0.16/fix-layers-stub-66a6e404f55967f0.yaml similarity index 100% rename from releasenotes/notes/fix-layers-stub-66a6e404f55967f0.yaml rename to releasenotes/notes/0.16/fix-layers-stub-66a6e404f55967f0.yaml diff --git a/releasenotes/notes/fix-node-link-json-stubs-eb745078ff1b9b8a.yaml b/releasenotes/notes/0.16/fix-node-link-json-stubs-eb745078ff1b9b8a.yaml similarity index 100% rename from releasenotes/notes/fix-node-link-json-stubs-eb745078ff1b9b8a.yaml rename to releasenotes/notes/0.16/fix-node-link-json-stubs-eb745078ff1b9b8a.yaml diff --git a/releasenotes/notes/fix-typos-8f68ff3d0680b924.yaml b/releasenotes/notes/0.16/fix-typos-8f68ff3d0680b924.yaml similarity index 100% rename from releasenotes/notes/fix-typos-8f68ff3d0680b924.yaml rename to releasenotes/notes/0.16/fix-typos-8f68ff3d0680b924.yaml diff --git a/releasenotes/notes/fix-visit-stub-eafc015adf5cada0.yaml b/releasenotes/notes/0.16/fix-visit-stub-eafc015adf5cada0.yaml similarity index 100% rename from releasenotes/notes/fix-visit-stub-eafc015adf5cada0.yaml rename to releasenotes/notes/0.16/fix-visit-stub-eafc015adf5cada0.yaml diff --git a/releasenotes/notes/improve-pep560-support-66f059006db8e3b2.yaml b/releasenotes/notes/0.16/improve-pep560-support-66f059006db8e3b2.yaml similarity index 100% rename from releasenotes/notes/improve-pep560-support-66f059006db8e3b2.yaml rename to releasenotes/notes/0.16/improve-pep560-support-66f059006db8e3b2.yaml diff --git a/releasenotes/notes/karate-club-35708b3838689a0b.yaml b/releasenotes/notes/0.16/karate-club-35708b3838689a0b.yaml similarity index 100% rename from releasenotes/notes/karate-club-35708b3838689a0b.yaml rename to releasenotes/notes/0.16/karate-club-35708b3838689a0b.yaml diff --git a/releasenotes/notes/neighbors-undirected-087b032745ec002d.yaml b/releasenotes/notes/0.16/neighbors-undirected-087b032745ec002d.yaml similarity index 100% rename from releasenotes/notes/neighbors-undirected-087b032745ec002d.yaml rename to releasenotes/notes/0.16/neighbors-undirected-087b032745ec002d.yaml diff --git a/releasenotes/notes/0.16/prepare-0.16-07bda95c73a22819.yaml b/releasenotes/notes/0.16/prepare-0.16-07bda95c73a22819.yaml new file mode 100644 index 0000000000..478c1d57b5 --- /dev/null +++ b/releasenotes/notes/0.16/prepare-0.16-07bda95c73a22819.yaml @@ -0,0 +1,15 @@ +--- +prelude: > + This is a new Rustworkx release with many bug fixes and new features to + the library. The highlights of this release are: + + * Enhanced support for type checking with `mypy` and `pyright` + * Support for reading GraphML files that are compressed + * New dominance algorithms + + This release uses the `Python Stable ABI `__, + and will be compatible with all versions from Python 3.9 onwards. The published + binaries have been tested with Python 3.9 to 3.13, although they will likely + work with future versions like 3.14. + We'd like to thank all the users that reported issues and contributed to this release. + This is the rustworkx release with the most individual contributors to date! \ No newline at end of file diff --git a/releasenotes/notes/py38-eol-6443a548b6c727cc.yaml b/releasenotes/notes/0.16/py38-eol-6443a548b6c727cc.yaml similarity index 100% rename from releasenotes/notes/py38-eol-6443a548b6c727cc.yaml rename to releasenotes/notes/0.16/py38-eol-6443a548b6c727cc.yaml diff --git a/releasenotes/notes/pyright-compatibility-f78cafca4a95696d.yaml b/releasenotes/notes/0.16/pyright-compatibility-f78cafca4a95696d.yaml similarity index 100% rename from releasenotes/notes/pyright-compatibility-f78cafca4a95696d.yaml rename to releasenotes/notes/0.16/pyright-compatibility-f78cafca4a95696d.yaml diff --git a/releasenotes/notes/short-description-string-564c7e376b8e7304.yaml b/releasenotes/notes/0.16/short-description-string-564c7e376b8e7304.yaml similarity index 100% rename from releasenotes/notes/short-description-string-564c7e376b8e7304.yaml rename to releasenotes/notes/0.16/short-description-string-564c7e376b8e7304.yaml