We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6c94f commit 61fe4a7Copy full SHA for 61fe4a7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for digraph
2
3
+## 0.3.2 -- 2023-04-01
4
+
5
+* Fix spelling of Petersen graph. The old function name `petersonGraph` is
6
+ marked as deprecated and will be removed in the next major version. The new
7
+ function name is `petersenGraph`.
8
9
## 0.3.1 -- 2023-03-31
10
11
* Add some degree-diameter graphs to the list of known graphs. These graphs
digraph.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: digraph
-version: 0.3.1
+version: 0.3.2
synopsis: Directed Graphs
description: Directed graphs implementation that is based on unordered-containers
homepage: https://github.com/kadena-io/digraph
0 commit comments