We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d341db9 commit 2765d2aCopy full SHA for 2765d2a
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "petgraph"
4
-version = "0.7.0"
+version = "0.7.1"
5
readme = "README.md"
6
license = "MIT OR Apache-2.0"
7
authors = ["bluss", "mitchmindtree"]
RELEASES.rst
@@ -1,3 +1,12 @@
+Version 0.7.1 (2025-01-08)
+==========================
+
+- Do not unnecessarily restrict ``indexmap`` version (`#714`_)
+- Export ``UndirectedAdaptor`` (`#717`_)
+.. _`#714`: https://github.com/petgraph/petgraph/pull/714
8
+.. _`#717`: https://github.com/petgraph/petgraph/pull/717
9
10
Version 0.7.0 (2024-12-31)
11
==========================
12
0 commit comments