Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 3, 2022
1 parent 95744fa commit 3be8c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CHANGES to the 'datastructures' GAP package

## X.Y.Z (YYYY-MM-DD)
## 0.3.0 (2022-11-04)

- Improve printing of HashSets and HashMaps
- Allow giving initial values for HashMaps and HashSets
- Make sure `rec(1:=2,3:=4)` and `rec(1:=4,2:=3)` have different hashes
- Various janitorial changes

## 0.2.7 (2022-03-03)
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SetPackageInfo( rec(

PackageName := "datastructures",
Subtitle := "Collection of standard data structures for GAP",
Version := "0.2.7",
Date := "03/03/2022", # dd/mm/yyyy format
Version := "0.3.0",
Date := "04/11/2022", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit 3be8c62

Please sign in to comment.