From 59e1171e865dc153c43343703d8d93dc54d22a26 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Fri, 1 Jul 2022 16:25:12 +0100 Subject: [PATCH] Update version numbers etc for 4.0.3 --- .VERSION | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ PackageInfo.g | 4 ++-- VERSIONS | 1 + 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.VERSION b/.VERSION index 4d54daddb..c4e41f945 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -4.0.2 +4.0.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 448e5dae3..bf342cfd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ Copyright © 2011-2022 [James D. Mitchell][] et al. Licensing information can be found in the `LICENSE` file. +### Version 4.0.3 (released 01/07/2022) + +This is a minor release that includes a number of improvements and bug fixes: + +* Update authors + mailmap by @james-d-mitchell in + https://github.com/semigroups/Semigroups/pull/837 +* Resolve issue #835 (implement `MultiplicationTable` for fp semigroups and + monoids) by @james-d-mitchell in + https://github.com/semigroups/Semigroups/pull/838 +* Improve ccache hit rate in CI by @james-d-mitchell in + https://github.com/semigroups/Semigroups/pull/840 +* Improve support for quotient semigroups by @james-d-mitchell in + https://github.com/semigroups/Semigroups/pull/841 +* semigrp: remove 2 unnec. methods after #841 by @james-d-mitchell in + https://github.com/semigroups/Semigroups/pull/843 +* congsemigraph: add meet method by @james-d-mitchell in + https://github.com/semigroups/Semigroups/pull/842 +* Remove superfluous strings from error messages by @james-d-mitchell in + https://github.com/semigroups/Semigroups/pull/845 + ### Version 4.0.2 (released 05/06/2022) This is a minor release that includes a number of minor fixes: diff --git a/PackageInfo.g b/PackageInfo.g index b307e42b0..36ac2f34a 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -34,8 +34,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", SetPackageInfo(rec( PackageName := "Semigroups", Subtitle := "A package for semigroups and monoids", -Version := "4.0.2", -Date := "05/06/2022", # dd/mm/yyyy format +Version := "4.0.3", +Date := "01/07/2022", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index 993be00d1..dd0c59563 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 4.0.3 - 01/07/2022 release 4.0.2 - 05/06/2022 release 4.0.1 - 21/04/2022 release 4.0.0 - 28/02/2022