Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Dec 20, 2023
1 parent d69e567 commit af6c022
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This file describes changes in the PackageManager package.

1.4.2 (2023-12-20)
- Add 'debug' option which preserves directories resulting from
failed package installations
- Simplify bundled `BuildPackages.sh` script (should not affect users)

1.4.1 (2023-03-20)
- Switch to new GAP package distribution
- Add custom download code for when PackageManager is used within Julia
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "PackageManager",
Subtitle := "Easily download and install GAP packages",
Version := "1.4.1",
Date := "20/03/2023", # dd/mm/yyyy format
Version := "1.4.2",
Date := "20/12/2023", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit af6c022

Please sign in to comment.