Skip to content

Commit

Permalink
Update version numbers etc for v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Dec 1, 2022
1 parent 1f9e34b commit 961147e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.2.0
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ Copyright © 2011-2022 [James D. Mitchell][] et al.

Licensing information can be found in the `LICENSE` file.

### Version 5.2.0 (released 01/12/2022)

This release contains a number of fixes and improvements, and one new feature,
which is a method for `IsSelfDualSemigroup` and related functionality for
semigroups satisfying `CanUseFroidurePin`:

* m4/find_gap.m4: update by @fingolfin in
https://github.com/semigroups/Semigroups/pull/887
* Adds method for `IsSelfDualSemigroup` and related functionality by
@james-d-mitchell in https://github.com/semigroups/Semigroups/pull/890
* Fix some bugs by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/889
* Fix closure semigroup for non-libsemigroups types by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/891
* Add missing tests and doc for `IsSelfDualSemigroup` and friends by
@james-d-mitchell in https://github.com/semigroups/Semigroups/pull/892
* Change `-march=avx` -> `-mavx` by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/896
* Fix faulty usage of 0-simple RZMS translations code by @flsmith in
https://github.com/semigroups/Semigroups/pull/893
* build: replace `m4/ax_check_hpcombi` by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/897

### Version 5.1.0 (released 31/10/2022)

The following major new features have been added in this version:
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 := "5.1.0",
Date := "31/10/2022", # dd/mm/yyyy format
Version := "5.2.0",
Date := "01/12/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 5.2.0 - 01/12/2022
release 5.1.0 - 31/10/2022
release 5.0.2 - 12/08/2022
release 5.0.1 - 11/08/2022
Expand Down

0 comments on commit 961147e

Please sign in to comment.