From 059ce0e8daddcb43df058c6ad020206192f94e92 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 21 Apr 2022 13:19:07 +0200 Subject: [PATCH] Version 0.8.0 --- CHANGES.md | 2 +- Project.toml | 2 +- gap/systemfile.g | 2 +- pkg/JuliaExperimental/PackageInfo.g | 6 +++--- pkg/JuliaInterface/PackageInfo.g | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ba87f662..6c09a7c9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes in GAP.jl -## Version 0.8.0-DEV (released YYYY-MM-DD) +## Version 0.8.0 (released 2022-04-21) - Upgrade to newer GAP snapshot - Give helpful error if `GAP_jll` is not available diff --git a/Project.toml b/Project.toml index 4753d577..671b555e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GAP" uuid = "c863536a-3901-11e9-33e7-d5cd0df7b904" authors = ["Thomas Breuer ", "Sebastian Gutsche ", "Max Horn "] -version = "0.8.0-DEV" +version = "0.8.0" [deps] Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" diff --git a/gap/systemfile.g b/gap/systemfile.g index 71bc1229..ec9661fb 100644 --- a/gap/systemfile.g +++ b/gap/systemfile.g @@ -6,7 +6,7 @@ # and such that it is available when user files get read # via the GAP command line. deps:= SHALLOW_COPY_OBJ( GAPInfo.Dependencies.NeededOtherPackages ); - APPEND_LIST_INTR( deps, [ [ "JuliaInterface", ">=0.8.0-DEV" ] ] ); + APPEND_LIST_INTR( deps, [ [ "JuliaInterface", ">=0.8.0" ] ] ); GAPInfo.Dependencies:= MakeImmutable( rec( NeededOtherPackages:= deps ) ); # force the --norepl option to be on diff --git a/pkg/JuliaExperimental/PackageInfo.g b/pkg/JuliaExperimental/PackageInfo.g index ba467e49..2dc92519 100644 --- a/pkg/JuliaExperimental/PackageInfo.g +++ b/pkg/JuliaExperimental/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "JuliaExperimental", Subtitle := "Experimental code for the GAP Julia integration", -Version := "0.8.0-DEV", -Date := "01/03/2022", # dd/mm/yyyy format +Version := "0.8.0", +Date := "21/04/2022", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -81,7 +81,7 @@ PackageDoc := rec( Dependencies := rec( GAP := ">= 4.11", NeededOtherPackages := [ ], - OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.8.0-DEV" ] ], + OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.8.0" ] ], SuggestedOtherPackages := [ ], ExternalConditions := [ ], ), diff --git a/pkg/JuliaInterface/PackageInfo.g b/pkg/JuliaInterface/PackageInfo.g index 7f185a20..11365f81 100644 --- a/pkg/JuliaInterface/PackageInfo.g +++ b/pkg/JuliaInterface/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "JuliaInterface", Subtitle := "Interface to Julia", -Version := "0.8.0-DEV", -Date := "01/03/2022", # dd/mm/yyyy format +Version := "0.8.0", +Date := "21/04/2022", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [