Skip to content

Commit 7b741b6

Browse files
Update version numbers etc for v5.6.1
1 parent c24d4d9 commit 7b741b6

4 files changed

Lines changed: 14 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.0
1+
5.6.1

CHANGELOG.md

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

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

7+
## Version 5.6.1 (released 18/03/2026)
8+
9+
This is a minor release to fix some issues with the release archive for v5.6.0,
10+
and to fix a memory leak caused by raising errors in GAP from caught C++
11+
exceptons:
12+
13+
- Fix GAPBIND14_TRY memory leak by @Joseph-Edwards in
14+
https://github.com/semigroups/Semigroups/pull/1145
15+
716
## Version 5.6.0 (released 05/03/2026)
817

918
There are a bunch of fixes and improvements in this version. The most major new

PackageInfo.g

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################################################
22
##
33
## PackageInfo.g
4-
## Copyright (C) 2011-2025 James D. Mitchell
4+
## Copyright (C) 2011-2026 James D. Mitchell
55
##
66
## Licensing information can be found in the README file of this package.
77
##
@@ -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.0",
38-
Date := "05/03/2026", # dd/mm/yyyy format
37+
Version := "5.6.1",
38+
Date := "18/03/2026", # dd/mm/yyyy format
3939
License := "GPL-3.0-or-later",
4040

4141
ArchiveFormats := ".tar.gz",

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.1 - 18/03/2026
1213
release 5.6.0 - 05/03/2026
1314
release 5.5.4 - 29/08/2025
1415
release 5.5.3 - 17/07/2025

0 commit comments

Comments
 (0)