Skip to content

Commit

Permalink
Update version numbers etc for 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jul 1, 2022
1 parent a03ebd9 commit 59e1171
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59e1171

Please sign in to comment.