We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa0277 commit b852d76Copy full SHA for b852d76
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES to the 'datastructures' GAP package
2
3
+## 0.3.2 (2025-06-20)
4
+
5
+ - Various janitorial changes
6
7
## 0.3.1 (2024-08-26)
8
9
- Require GAP >= 4.12
PackageInfo.g
@@ -11,8 +11,8 @@ SetPackageInfo( rec(
11
12
PackageName := "datastructures",
13
Subtitle := "Collection of standard data structures for GAP",
14
-Version := "0.3.1",
15
-Date := "26/08/2024", # dd/mm/yyyy format
+Version := "0.3.2",
+Date := "20/06/2025", # dd/mm/yyyy format
16
License := "GPL-2.0-or-later",
17
18
Persons := [
0 commit comments