Skip to content

Commit b46c0a3

Browse files
committed
Update version numbers etc for v1.13.0 release
1 parent 9266652 commit b46c0a3

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.2
1+
1.13.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Wilf A. Wilson, Michael Young et al.
44

55
Licensing information can be found in the `LICENSE` file.
66

7+
## Version 1.13.0 (released 26/09/2025)
8+
9+
## What's Changed
10+
* [@jengelh](https://github.com/jengelh) added support for version 4 of the [Edge Addition Planarity Suite][] in [PR #766](https://github.com/digraphs/Digraphs/pull/766). Version 4 is now the version that is vendored with the Digraphs package.
11+
* [@frankiegillis](https://github.com/frankiegillis) improved the performance of `IsTwoEdgeTransitive` in [PR #739](https://github.com/digraphs/Digraphs/pull/739), and added `Is2EdgeTransitive` as a synonym for this property.
12+
* [Wilf A. Wilson][] restored compatibility with GAP 4.10 in [PR #846](https://github.com/digraphs/Digraphs/pull/846).
13+
14+
## New Contributors
15+
* Jan Engelhardt ([@jengelh](https://github.com/jengelh)) made their first contribution in [PR #766](https://github.com/digraphs/Digraphs/pull/766).
16+
17+
**Full Changelog**: <https://github.com/digraphs/Digraphs/compare/v1.12.2...v1.13.0>
18+
719
## Version 1.12.2 (released 20/09/2025)
820

921
This is a minor release of the Digraphs package, containing various technical changes and one bugfix.

PackageInfo.g

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ fi;
3838
SetPackageInfo(rec(
3939
PackageName := "Digraphs",
4040
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
41-
Version := "1.12.2",
42-
Date := "20/09/2025", # dd/mm/yyyy format
41+
Version := "1.13.0",
42+
Date := "26/09/2025", # dd/mm/yyyy format
4343
License := "GPL-3.0-or-later",
4444
ArchiveFormats := ".tar.gz",
4545

@@ -212,6 +212,15 @@ Persons := [
212212
WWWHome := Concatenation("https://research.manchester.ac.uk/",
213213
"en/persons/luna-elliott")),
214214

215+
rec(
216+
LastName := "Engelhardt",
217+
FirstNames := "Jan",
218+
IsAuthor := true,
219+
IsMaintainer := false,
220+
Email := "jengelh@inai.de",
221+
GithubUsername := "jengelh",
222+
WWWHome := "https://inai.de"),
223+
215224
rec(
216225
LastName := "Fernando",
217226
FirstNames := "Isuru",

VERSIONS

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

11+
release 1.13.0 - 26/09/2025
1112
release 1.12.2 - 20/09/2025
1213
release 1.12.1 - 10/09/2025
1314
release 1.12.0 - 02/09/2025

0 commit comments

Comments
 (0)