diff --git a/CHANGELOG.md b/CHANGELOG.md index 008e600eb..38ec553c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Michael Torpey, Wilf A. Wilson et al. Licensing information can be found in the LICENSE file. +## Version 0.12.1 (released 26/04/2018) + +This is a minor release, which contains several bugfixes. The following problems +were resolved by [James D. Mitchell](http://goo.gl/ZtViV6): + +* `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existsed [[Issue #111](https://github.com/gap-packages/Digraphs/issues/111), reported by Gordon Royle]; +* the documentation for `HomomorphismDigraphFinder` was + incomplete [[Issue #112](https://github.com/gap-packages/Digraphs/issues/112)]; and +* a segmentation fault could be caused when using Digraphs with + NautyTracesInterface, in certain cases [[Issue #114](https://github.com/gap-packages/Digraphs/issues/114)]. + ## Version 0.12.0 (released 31/01/2018) This release contains bugfixes and new features. In particular, it: diff --git a/PackageInfo.g b/PackageInfo.g index 89f9e9af6..a17efec81 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.12.0", -Date := "31/01/2018", +Version := "0.12.1", +Date := "26/04/2018", ArchiveFormats := ".tar.gz", SourceRepository := rec( diff --git a/VERSION b/VERSION index ac454c6a1..34a83616b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.0 +0.12.1 diff --git a/VERSIONS b/VERSIONS index 57df58752..ddd55db2c 100644 --- a/VERSIONS +++ b/VERSIONS @@ -8,6 +8,7 @@ ############################################################################# ## +release 0.12.1 - 26/04/2018 release 0.12.0 - 31/01/2018 release 0.11.0 - 22/11/2017 release 0.10.1 - 16/08/2017