Skip to content

Commit 0be3259

Browse files
Update version numbers etc for v5.6.2
1 parent 6aa9b1a commit 0be3259

5 files changed

Lines changed: 34 additions & 4 deletions

File tree

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.1
1+
5.6.2

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ Copyright © 2011-2026 [James D. Mitchell][] et al.
44

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

7+
## Version 5.6.2 (released 08/04/2026)
8+
9+
- Gapbind14 clear by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1144
10+
- doc: specify full main XML filename by @fingolfin in https://github.com/semigroups/Semigroups/pull/1148
11+
- gapbind14: unconditionally call `__builtin_unreachable` by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1150
12+
- Release candidate for v5.6.1 by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1146
13+
- Narrow declarations of `Factorization` and `WreathProduct` by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1156
14+
- Cherry pick a bunch of commits from main by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1164
15+
- ci: don't use BuildPackages.sh directly by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1165
16+
- build: override bundled libsemigroups install paths by @jengelh in https://github.com/semigroups/Semigroups/pull/1074
17+
- Change filters for methods to increase their rank by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1170
18+
- Codex doc improvements by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1166
19+
- Resolve incompatibility with Orb v5.1.0 by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1171
20+
21+
## New Contributors
22+
23+
- @jengelh made their first contribution in
24+
https://github.com/semigroups/Semigroups/pull/1074
25+
26+
**Full Changelog**:
27+
https://github.com/semigroups/Semigroups/compare/v5.6.1...v5.6.2
28+
729
## Version 5.6.1 (released 18/03/2026)
830

931
This is a minor release to fix some issues with the release archive for v5.6.0,

PackageInfo.g

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
3434
SetPackageInfo(rec(
3535
PackageName := "Semigroups",
3636
Subtitle := "A package for semigroups and monoids",
37-
Version := "5.6.1",
38-
Date := "18/03/2026", # dd/mm/yyyy format
37+
Version := "5.6.2",
38+
Date := "08/04/2026", # dd/mm/yyyy format
3939
License := "GPL-3.0-or-later",
4040

4141
ArchiveFormats := ".tar.gz",
@@ -133,6 +133,13 @@ Persons := [
133133
Place := "Akita, Japan",
134134
Institution := "Akita International University"),
135135

136+
rec(
137+
LastName := "Engelhardt",
138+
FirstNames := "Jan",
139+
IsAuthor := true,
140+
IsMaintainer := false,
141+
Email := "jengelh@inai.de"),
142+
136143
rec(
137144
LastName := "Elliott",
138145
FirstNames := "Luke",

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
##
1010
##
1111

12+
release 5.6.2 - 08/04/2026
1213
release 5.6.1 - 18/03/2026
1314
release 5.6.0 - 05/03/2026
1415
release 5.5.4 - 29/08/2025

release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ expired_emails = ["cr66@st-andrews.ac.uk", "ak316@st-andrews.ac.uk",
33
"bspiers972@outlook.com", "chinmaya1011@gmail.com",
44
"hk78@st-andrews.ac.uk", "ty39@st-andrews.ac.uk"]
55
author_files = ["PackageInfo.g"]
6-
ignore = ["convert-repo", "dependabot"]
6+
ignore = ["convert-repo", "dependabot", "Codex"]

0 commit comments

Comments
 (0)