Skip to content

Commit 2765d2a

Browse files
authored
Release 0.7.1 (petgraph#722)
1 parent d341db9 commit 2765d2a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "petgraph"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"
77
authors = ["bluss", "mitchmindtree"]

RELEASES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 0.7.1 (2025-01-08)
2+
==========================
3+
4+
- Do not unnecessarily restrict ``indexmap`` version (`#714`_)
5+
- Export ``UndirectedAdaptor`` (`#717`_)
6+
7+
.. _`#714`: https://github.com/petgraph/petgraph/pull/714
8+
.. _`#717`: https://github.com/petgraph/petgraph/pull/717
9+
110
Version 0.7.0 (2024-12-31)
211
==========================
312

0 commit comments

Comments
 (0)