diff --git a/CHANGELOG.md b/CHANGELOG.md index 5825ea236..e7ea665ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ Copyright (C) 2014-19 by Jan De Beule, Julius JonuĊĦas, James D. Mitchell, Micha Licensing information can be found in the LICENSE file. -## Next version +## Version 0.15.1 (released 26/03/2019) + +This is a minor release of the Digraphs package, which improves the +compatibility of Digraphs with cygwin. In particular, in the Windows installer +of the next release of GAP, Digraphs should be included in a pre-compiled and +working state. See +[Issue #177](https://github.com/gap-packages/Digraphs/issues/177) and +[PR #178](https://github.com/gap-packages/Digraphs/pull/178) for more details. Digraphs now requires version 4.8.2 of the [orb package](https://gap-packages.github.io/orb), or newer. diff --git a/PackageInfo.g b/PackageInfo.g index 0152372c3..9dca99f48 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,20 +9,20 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## -## +## ## ## <#/GAPDoc> SetPackageInfo(rec( PackageName := "Digraphs", Subtitle := "Graphs, digraphs, and multidigraphs in GAP", -Version := "0.15.0", -Date := "15/02/2019", # dd/mm/yyyy format +Version := "0.15.1", +Date := "26/03/2019", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSION b/VERSION index a55105169..e815b861f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 +0.15.1 diff --git a/VERSIONS b/VERSIONS index 0539dda69..f6b291096 100644 --- a/VERSIONS +++ b/VERSIONS @@ -8,6 +8,7 @@ ############################################################################# ## +release 0.15.1 - 26/03/2019 release 0.15.0 - 15/02/2019 release 0.14.0 - 23/11/2018 release 0.13.0 - 19/09/2018