We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bba98 commit 33ce760Copy full SHA for 33ce760
CHANGES.md
@@ -1,5 +1,11 @@
1
# CHANGES to the 'datastructures' GAP package
2
3
+## 0.3.1 (2024-08-26)
4
+
5
+ - Require GAP >= 4.12
6
+ - Ensure compatibility of source code with future C compilers
7
+ - Various janitorial changes
8
9
## 0.3.0 (2022-11-04)
10
11
- Improve printing of HashSets and HashMaps
PackageInfo.g
@@ -11,8 +11,8 @@ SetPackageInfo( rec(
12
PackageName := "datastructures",
13
Subtitle := "Collection of standard data structures for GAP",
14
-Version := "0.3.0",
15
-Date := "04/11/2022", # dd/mm/yyyy format
+Version := "0.3.1",
+Date := "26/08/2024", # dd/mm/yyyy format
16
License := "GPL-2.0-or-later",
17
18
Persons := [
0 commit comments