Skip to content

Commit 61fe4a7

Browse files
committed
version 0.3.2
1 parent 3e6c94f commit 61fe4a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for digraph
22

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+
39
## 0.3.1 -- 2023-03-31
410

511
* Add some degree-diameter graphs to the list of known graphs. These graphs

digraph.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: digraph
3-
version: 0.3.1
3+
version: 0.3.2
44
synopsis: Directed Graphs
55
description: Directed graphs implementation that is based on unordered-containers
66
homepage: https://github.com/kadena-io/digraph

0 commit comments

Comments
 (0)