Skip to content

Commit

Permalink
Version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov committed Feb 22, 2021
1 parent 1d366d7 commit 389c6dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://spdx.org/ids> for an explanation what an SPDX ID is, and
Expand Down

0 comments on commit 389c6dd

Please sign in to comment.