diff --git a/CHANGES b/CHANGES index d7d6b41..1558405 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/PackageInfo.g b/PackageInfo.g index 4c7dc5f..b885076 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -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 := [