From d47ef183a273adedcadc656f811e6624c8723b80 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 1 Nov 2022 23:00:38 +0100 Subject: [PATCH] Version 0.9.0 --- CHANGES.md | 4 ++++ Project.toml | 2 +- gap/systemfile.g | 2 +- pkg/JuliaExperimental/PackageInfo.g | 6 +++--- pkg/JuliaInterface/PackageInfo.g | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e7b52754..268d5d08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes in GAP.jl +## Version 0.9.0 (released 2022-11-01) + +- Update go GAP 4.12.1. + ## Version 0.8.5 (released 2022-10-18) - Better (?) fix for the race condition the previous release was supposed to address diff --git a/Project.toml b/Project.toml index f99857df..523a655d 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.5" +version = "0.9.0" [deps] Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" diff --git a/gap/systemfile.g b/gap/systemfile.g index cb5b5387..a55c1b57 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.5" ] ] ); + APPEND_LIST_INTR( deps, [ [ "JuliaInterface", ">=0.9.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 33e3c7d8..26acfcc1 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.5", -Date := "18/10/2022", # dd/mm/yyyy format +Version := "0.9.0", +Date := "01/11/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.5" ] ], + OtherPackagesLoadedInAdvance := [ [ "JuliaInterface", ">=0.9.0" ] ], SuggestedOtherPackages := [ ], ExternalConditions := [ ], ), diff --git a/pkg/JuliaInterface/PackageInfo.g b/pkg/JuliaInterface/PackageInfo.g index 0d0413be..fa58597d 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.5", -Date := "18/10/2022", # dd/mm/yyyy format +Version := "0.9.0", +Date := "01/11/2022", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [