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 .LIBSEMIGROUPS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.5.3
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.0
5.6.1
2 changes: 1 addition & 1 deletion .github/workflows/release-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
use-latex: true
- name: "Clean up additional files"
run: |
rm -f .mailmap .codespellrc .clang-format .release
rm -f .mailmap .codespellrc .clang-format
rm -rf etc ci tst/github_actions
- name: "Run prerequisites.sh to install libsemigroups"
run: ./prerequisites.sh
Expand Down
84 changes: 0 additions & 84 deletions .release

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Copyright © 2011-2026 [James D. Mitchell][] et al.

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

## Version 5.6.1 (released 18/03/2026)

This is a minor release to fix some issues with the release archive for v5.6.0,
and to fix a memory leak caused by raising errors in GAP from caught C++
exceptons:

- Fix GAPBIND14_TRY memory leak by @Joseph-Edwards in
https://github.com/semigroups/Semigroups/pull/1145

## Version 5.6.0 (released 05/03/2026)

There are a bunch of fixes and improvements in this version. The most major new
Expand Down
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
##
## PackageInfo.g
## Copyright (C) 2011-2025 James D. Mitchell
## Copyright (C) 2011-2026 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
Expand Down 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.0",
Date := "05/03/2026", # dd/mm/yyyy format
Version := "5.6.1",
Date := "18/03/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.1 - 18/03/2026
release 5.6.0 - 05/03/2026
release 5.5.4 - 29/08/2025
release 5.5.3 - 17/07/2025
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- conda-forge

dependencies:
- libsemigroups==3.4.0
- libsemigroups==3.5.3
Loading