Skip to content

Commit 33ce760

Browse files
committed
Version 0.3.1
1 parent 68bba98 commit 33ce760

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGES to the 'datastructures' GAP package
22

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+
39
## 0.3.0 (2022-11-04)
410

511
- Improve printing of HashSets and HashMaps

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SetPackageInfo( rec(
1111

1212
PackageName := "datastructures",
1313
Subtitle := "Collection of standard data structures for GAP",
14-
Version := "0.3.0",
15-
Date := "04/11/2022", # dd/mm/yyyy format
14+
Version := "0.3.1",
15+
Date := "26/08/2024", # dd/mm/yyyy format
1616
License := "GPL-2.0-or-later",
1717

1818
Persons := [

0 commit comments

Comments
 (0)