Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf43873

Browse files
committed
Version 0.2.6
1 parent 6ab08e6 commit cf43873

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

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

3+
## 0.2.6 (2021-04-13)
4+
5+
- Prepare for GAP 4.12
6+
- Various janitorial changes
7+
38
## 0.2.5 (2019-11-11)
49

510
- Replace the build system with a new one that doesn't use autotool

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.2.5",
15-
Date := "11/11/2019", # dd/mm/yyyy format
14+
Version := "0.2.6",
15+
Date := "13/04/2021", # dd/mm/yyyy format
1616
License := "GPL-2.0-or-later",
1717

1818
Persons := [

0 commit comments

Comments
 (0)