Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.2
5.6.3
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Copyright © 2011-2026 [James D. Mitchell][] et al.

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

## Version 5.6.3 (released 16/05/2026)

- Remove moduleState init from gapbind14 kernel extension by @fingolfin in https://github.com/semigroups/Semigroups/pull/1179
- Remove test for 'Matrix(GF(3), [[]]);' (targeting stable-5.6 branch) by @fingolfin in https://github.com/semigroups/Semigroups/pull/1181

## Version 5.6.2 (released 15/04/2026)

- Gapbind14 clear by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1144
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.6.2",
Date := "15/04/2026", # dd/mm/yyyy format
Version := "5.6.3",
Date := "16/05/2026", # 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.6.3 - 16/05/2026
release 5.6.2 - 15/04/2026
release 5.6.1 - 18/03/2026
release 5.6.0 - 05/03/2026
Expand Down
4 changes: 0 additions & 4 deletions gapbind14/demo/src/gapbind_demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ static StructInitInfo module = {
/* preSave = */ 0,
/* postSave = */ 0,
/* postRestore = */ 0,
/* moduleStateSize = */ 0,
/* moduleStateOffsetPtr = */ 0,
/* initModuleState = */ 0,
/* destroyModuleState = */ 0,
};

extern "C" StructInitInfo* Init__Dynamic(void) {
Expand Down
Loading