Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorpey committed Sep 19, 2024
1 parent 68add6c commit 1d6ef2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
This file describes changes in the PackageManager package.

1.6 (2024-09-19)
- Deprecate functions beginning "InstallPackageFrom", instead preferring
InstallPackage as a single entry point.
- Make version ranges for InstallPackage more consistent
- Improve Julia code for downloading files
- Widespread restructuring of code to aid maintainability

1.5 (2024-08-30)
- Add 'keepDirectory' option to avoid deleting directories on failure
- Require GAP version 4.12 or later
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.5",
Date := "30/08/2024", # dd/mm/yyyy format
Version := "1.6",
Date := "19/09/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit 1d6ef2a

Please sign in to comment.