diff --git a/CHANGES b/CHANGES index 52b95ac..838bef3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Version 4.3.0: 2021/02/11 +* Require GAP 4.10 +* Move from Travis CI to GitHub Actions for automated tests +* Reformat code and use `GVAR_FUNC` in the "Hello World!" example +* Change #include "src/compiled.h" to just #include "compiled.h" + to allow future GAP versions to simplify their GAP_CPPFLAGS, + which currently need to contain `-I$(abs_srcdir)` just to + support this old use case. Also, this in turn makes it easier + to have package compatible with future installed version of GAP, + which have headers in `PREFIX/include/gap/`. + Version 4.2.1: 2019/12/09 * PackageInfo.g: document that it is permitted for both IsAuthor and IsMaintainer to be false to allow giving credit to contributors who diff --git a/PackageInfo.g b/PackageInfo.g index 2d7adfe..f13a16d 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -38,10 +38,10 @@ Subtitle := "Example/Template of a GAP Package", ## See '?Extending: Version Numbers' in GAP help for an explanation ## of valid version numbers. For an automatic package distribution update ## you must provide a new version number even after small changes. -Version := "4.2.1", +Version := "4.3.0", ## Release date of the current version in dd/mm/yyyy format. -Date := "09/12/2019", +Date := "22/02/2021", ## Optional: license of the package, as an SPDX short-form identifiers; ## see for an explanation what an SPDX ID is, and