Skip to content

Commit 12efe9a

Browse files
committed
Update package for v0.15.1 release
1 parent 6fce536 commit 12efe9a

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ Copyright (C) 2014-19 by Jan De Beule, Julius Jonušas, James D. Mitchell, Micha
33

44
Licensing information can be found in the LICENSE file.
55

6-
## Next version
6+
## Version 0.15.1 (released 26/03/2019)
7+
8+
This is a minor release of the Digraphs package, which improves the
9+
compatibility of Digraphs with cygwin. In particular, in the Windows installer
10+
of the next release of GAP, Digraphs should be included in a pre-compiled and
11+
working state. See
12+
[Issue #177](https://github.com/gap-packages/Digraphs/issues/177) and
13+
[PR #178](https://github.com/gap-packages/Digraphs/pull/178) for more details.
714

815
Digraphs now requires version 4.8.2 of the [orb
916
package](https://gap-packages.github.io/orb), or newer.

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "0.15.0">
12+
## <!ENTITY VERSION "0.15.1">
1313
## <!ENTITY GAPVERS "4.9.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
17-
## <!ENTITY ARCHIVENAME "digraphs-0.15.0">
17+
## <!ENTITY ARCHIVENAME "digraphs-0.15.1">
1818
## <!ENTITY COPYRIGHTYEARS "2014-19">
1919
## <#/GAPDoc>
2020

2121
SetPackageInfo(rec(
2222
PackageName := "Digraphs",
2323
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
24-
Version := "0.15.0",
25-
Date := "15/02/2019", # dd/mm/yyyy format
24+
Version := "0.15.1",
25+
Date := "26/03/2019", # dd/mm/yyyy format
2626
License := "GPL-3.0-or-later",
2727
ArchiveFormats := ".tar.gz",
2828

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.15.1

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 0.15.1 - 26/03/2019
1112
release 0.15.0 - 15/02/2019
1213
release 0.14.0 - 23/11/2018
1314
release 0.13.0 - 19/09/2018

0 commit comments

Comments
 (0)