From c91b6f031b08ab989fb73abb75d1e10dd59bbf7c Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Wed, 17 Apr 2019 15:51:33 +0200 Subject: [PATCH] Update package for v0.15.2 release --- CHANGELOG.md | 8 ++++++++ PackageInfo.g | 8 ++++---- VERSION | 2 +- VERSIONS | 1 + 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ea665ef..0e8e4d795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +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. +## Version 0.15.2 (released 17/04/2019) + +This is a minor release that updates Digraphs for compatibility with the +upcoming GAP 4.11, and resolves a bug in `IsHamiltonianDigraph` that could have +lead to the boolean adjacency matrix of a digraph being accidentally modified; +see [Issue #191](https://github.com/gap-packages/Digraphs/issues/191) and +[PR #192](https://github.com/gap-packages/Digraphs/pull/192). + ## Version 0.15.1 (released 26/03/2019) This is a minor release of the Digraphs package, which improves the diff --git a/PackageInfo.g b/PackageInfo.g index 9dca99f48..03df4ef91 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.1", -Date := "26/03/2019", # dd/mm/yyyy format +Version := "0.15.2", +Date := "17/04/2019", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSION b/VERSION index e815b861f..4312e0d0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.1 +0.15.2 diff --git a/VERSIONS b/VERSIONS index f6b291096..35d19ae06 100644 --- a/VERSIONS +++ b/VERSIONS @@ -8,6 +8,7 @@ ############################################################################# ## +release 0.15.2 - 17/04/2019 release 0.15.1 - 26/03/2019 release 0.15.0 - 15/02/2019 release 0.14.0 - 23/11/2018