Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorpey committed Aug 30, 2024
1 parent 4c201a8 commit 7883d3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
This file describes changes in the PackageManager package.

1.5 (2024-08-30)
- Add 'keepDirectory' option to avoid deleting directories on failure
- Require GAP version 4.12 or later
- Allow package installation to continue even when compilation or
documentation fails
- Deprecate Mercurial support, which is now hard to test
- Print less unnecessary output during installation

1.4.4 (2024-07-29)
- Fix code changing the current directory (fixes an issue when installing
the `recog` package from directly its source code repository)
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.4",
Date := "29/07/2024", # dd/mm/yyyy format
Version := "1.5",
Date := "30/08/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit 7883d3a

Please sign in to comment.