File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This file describes changes in the PackageManager package.
22
3+ 1.6.3 (2025-05-14)
4+ - Alter tests for compatibility with AutoDoc 2025.05.09
5+
361.6.2 (2025-04-08)
47 - Revert accidental dependence on GAPDoc
58
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ SetPackageInfo( rec(
1010
1111PackageName := " PackageManager" ,
1212Subtitle := " Easily download and install GAP packages" ,
13- Version := " 1.6.2 " ,
14- Date := " 08/04 /2025" , # dd/mm/yyyy format
13+ Version := " 1.6.3 " ,
14+ Date := " 14/05 /2025" , # dd/mm/yyyy format
1515License := " GPL-2.0-or-later" ,
1616
1717Persons := [
@@ -85,7 +85,7 @@ Dependencies := rec(
8585 GAP := " >= 4.12" ,
8686 NeededOtherPackages := [] ,
8787 SuggestedOtherPackages := [ [ " GAPDoc" , " >= 1.6.1" ] ,
88- [ " AutoDoc" , " >= 2023.06.19 " ] ,
88+ [ " AutoDoc" , " >= 2025.05.09 " ] ,
8989 [ " curlInterface" , " >= 2.1.0" ] ] ,
9090 ExternalConditions := [ ] ,
9191),
You can’t perform that action at this time.
0 commit comments