Skip to content

Commit ad57c54

Browse files
committed
Update version numbers etc for v1.12.0 release
1 parent 4bd1df1 commit ad57c54

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.0

CHANGELOG.md

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

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

7+
## Version 1.12.0 (released 02/09/2025)
8+
9+
## What's Changed
10+
* [@wilfwilson](https://github.com/wilfwilson) added `IsDirectedForest` in
11+
[PR #794](https://github.com/digraphs/Digraphs/pull/794).
12+
13+
**Full Changelog**: https://github.com/digraphs/Digraphs/compare/v1.11.0...v1.12.0
14+
715
## Version 1.11.0 (released 28/08/2025)
816

917
## What's Changed

PackageInfo.g

Lines changed: 2 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.11.0",
42-
Date := "28/08/2025", # dd/mm/yyyy format
41+
Version := "1.12.0",
42+
Date := "02/09/2025", # dd/mm/yyyy format
4343
License := "GPL-3.0-or-later",
4444
ArchiveFormats := ".tar.gz",
4545

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### Digraphs package for GAP
99

10-
#### Copyright (C) 2014-21 by Jan De Beule, Julius Jonušas, James D. Mitchell, Wilf A. Wilson, Michael Young et al.
10+
#### Copyright (C) 2014-25 by Jan De Beule, Julius Jonušas, James D. Mitchell, Wilf A. Wilson, Michael Young et al.
1111
## Getting Digraphs
1212

1313
To get the latest version of the package, download the archive file

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.12.0 - 02/09/2025
1112
release 1.11.0 - 28/08/2025
1213
release 1.10.1 - 27/08/2025
1314
release 1.10.0 - 14/02/2025

0 commit comments

Comments
 (0)