Skip to content

Commit

Permalink
Release 0.6.6 (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored Dec 30, 2024
1 parent 159341e commit 13ebd7d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "petgraph"
version = "0.6.5"
version = "0.6.6"
readme = "README.md"
license = "MIT OR Apache-2.0"
authors = ["bluss", "mitchmindtree"]
Expand Down
27 changes: 27 additions & 0 deletions RELEASES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Version 0.6.6 (2024-12-31)
==========================

- Add graph6 format encoder and decoder (`#658`_)
- Dynamic Topological Sort algorithm support (`#675`_)
- Add ``UndirectedAdaptor`` (`#695`_)
- Add ``LowerHex`` and ``UpperHex`` implementations for ``Dot`` (`#687`_)
- Make ``serde`` support more complete (`#550`_)
- Process multiple edges in the Floyd-Warshall implementation (`#685`_)
- Update ``fixedbitset`` to 0.5.7 (`#664`_)
- Fix ``immediately_dominated_by`` function called on root of graph returns root itself (`#670`_)
- Fix adjacency matrix for ``Csr`` and ``List`` (`#648`_)
- Fix clippy warnings (`#701`_)
- Add performance note to the ``all_simple_paths`` function documentation (`#693`_)

.. _`#658`: https://github.com/petgraph/petgraph/pull/658
.. _`#675`: https://github.com/petgraph/petgraph/pull/675
.. _`#695`: https://github.com/petgraph/petgraph/pull/695
.. _`#687`: https://github.com/petgraph/petgraph/pull/687
.. _`#550`: https://github.com/petgraph/petgraph/pull/550
.. _`#685`: https://github.com/petgraph/petgraph/pull/685
.. _`#664`: https://github.com/petgraph/petgraph/pull/664
.. _`#670`: https://github.com/petgraph/petgraph/pull/670
.. _`#648`: https://github.com/petgraph/petgraph/pull/648
.. _`#701`: https://github.com/petgraph/petgraph/pull/701
.. _`#693`: https://github.com/petgraph/petgraph/pull/693

Version 0.6.5 (2024-05-06)
==========================

Expand Down

0 comments on commit 13ebd7d

Please sign in to comment.