From 095f4d5da00fe2b9d907d1883da143e0550283dd Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Sat, 27 Jun 2020 11:17:21 +0100 Subject: [PATCH] Update version numbers etc for v3.3.2 --- .VERSION | 2 +- CHANGELOG.md | 15 +++++++++++++++ PackageInfo.g | 8 ++++---- VERSIONS | 1 + 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index bea438e9a..477254331 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -3.3.1 +3.3.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1a2613c..d0a45d136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ Copyright © 2011-20 [James D. Mitchell][] et al. Licensing information can be found in the `LICENSE` file. +### Version 3.3.2 (released 28/06/2020) + +This is a very minor release fixing the following issues. + +* [Issue #676](https://github.com/gap-packages/Semigroups/issues/676) and + [Issue #677](https://github.com/gap-packages/Semigroups/issues/677) reported + by Reinis Cirpons, where for some congruences `NonTrivialCongruenceClasses` + failed to work, but `CongruenceClasses` did work. This was caused by an issue + in `EquivalenceRelationPartition`; resolved by [James D. Mitchell][]. + +* An issue in the equality, less than, and product methods for PBRs which + previously permitted PBRs of different degrees to be given as arguments, + resulting in unhelpful errors from within the implementations of these + methods; resolved by [James D. Mitchell][]. + ### Version 3.3.1 (released 28/05/2020) This is a minor release fixing some issues in the build system [Max Horn][] diff --git a/PackageInfo.g b/PackageInfo.g index 0dded7b9e..b717d765c 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,14 +9,14 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## ## ## -## +## ## ## <#/GAPDoc> @@ -48,8 +48,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ", SetPackageInfo(rec( PackageName := "Semigroups", Subtitle := "A package for semigroups and monoids", -Version := "3.3.1", -Date := "28/05/2020", # dd/mm/yyyy format +Version := "3.3.2", +Date := "28/06/2020", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index 1b8f09336..783ff1022 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 3.3.2 - 28/06/2020 release 3.3.1 - 28/05/2020 release 3.3.0 - 28/04/2020 release 3.2.5 - 28/03/2020