Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ABorgna authored and teuron committed Oct 9, 2022
1 parent 18c9912 commit 491f5a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "petgraph"
version = "0.6.1"
version = "0.6.2"
readme = "README.md"
license = "MIT/Apache-2.0"
authors = [
Expand Down
9 changes: 8 additions & 1 deletion RELEASES.rst
@@ -1,8 +1,15 @@
Version 0.6.2 (2022-05-28)
==========================

- Loosed the strict version dependency set in `493`_, to allow users to use newer versions of indexmap (`495`_).

.. _`#495`: https://github.com/petgraph/petgraph/issues/493

Version 0.6.1 (2022-05-22)
==========================

- Added clarifications on Graph docs (`491`_).
- Fix build errors on rust 1.41 (`493`_)
- Fix build errors on rust 1.41 (`493`_).

.. _`#491`: https://github.com/petgraph/petgraph/issues/491
.. _`#493`: https://github.com/petgraph/petgraph/issues/493
Expand Down

0 comments on commit 491f5a0

Please sign in to comment.