Skip to content

Commit

Permalink
Release 0.6.4 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Aug 21, 2023
1 parent ddc4eaa commit c78b5b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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.3"
version = "0.6.4"
readme = "README.md"
license = "MIT OR Apache-2.0"
authors = [
Expand Down
11 changes: 10 additions & 1 deletion RELEASES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.6.4 (2023-08-21)
==========================

- Update ``indexmap`` to 2.0.0 (`#568`_)
- Fix typos (`#544`_)

.. _`#544`: https://github.com/petgraph/petgraph/pull/544
.. _`#568`: https://github.com/petgraph/petgraph/pull/568

Version 0.6.3 (2023-02-07)
==========================

Expand Down Expand Up @@ -530,7 +539,7 @@ Version 0.1.11 (2015-08-16)

Version 0.1.10 (2015-06-22)
===========================

- Fix bug in WalkEdges::next_neighbor()

Version 0.1.9 (2015-06-17)
Expand Down

0 comments on commit c78b5b1

Please sign in to comment.