File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changes in GAP.jl
22
3+ ## Version 0.14.1 (released 2025-07-02)
4+
5+ - Fix bundled pre-build binaries for the ` juliainterface ` GAP package.
6+
37## Version 0.14.0 (released 2025-07-02)
48
59- ** Breaking:** GAP.jl no longer creates a GAP root on startup that its
Original file line number Diff line number Diff line change 11name = " GAP"
22uuid = " c863536a-3901-11e9-33e7-d5cd0df7b904"
33authors = [
" Thomas Breuer <[email protected] >" ,
" Sebastian Gutsche <[email protected] >" ,
" Max Horn <[email protected] >" ]
4- version = " 0.14.0 "
4+ version = " 0.14.1 "
55
66[deps ]
77AbstractAlgebra = " c3fe647b-3220-5bb0-a1ea-a7954cac585d"
@@ -83,7 +83,7 @@ GAP_pkg_gauss_jll = "202400.1100.100"
8383GAP_pkg_guava_jll = " 300.1900.0"
8484GAP_pkg_io_jll = " 400.900.100"
8585GAP_pkg_json_jll = " 200.200.200"
86- GAP_pkg_juliainterface_jll = " =0.1300.103 "
86+ GAP_pkg_juliainterface_jll = " =0.1400.100 "
8787GAP_pkg_kbmag_jll = " 100.500.1100"
8888GAP_pkg_normalizinterface_jll = " 100.300.700"
8989GAP_pkg_nq_jll = " 200.500.1100"
Original file line number Diff line number Diff line change 3333 # early enough for being required by other GAP packages,
3434 # and such that it is available when user files get read
3535 # via the GAP command line.
36- deps := [ [ " JuliaInterface" , " >=0.14.0 " ] ] ;
36+ deps := [ [ " JuliaInterface" , " >=0.14.1 " ] ] ;
3737 if not IsBound (GAPInfo.KernelInfo.ENVIRONMENT.GAP_BARE_DEPS) then
3838 APPEND_LIST_INTR( deps, GAPInfo.Dependencies.NeededOtherPackages );
3939 fi ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SetPackageInfo( rec(
1717
1818PackageName := " JuliaExperimental" ,
1919Subtitle := " Experimental code for the GAP Julia integration" ,
20- Version := " 0.14.0 " ,
20+ Version := " 0.14.1 " ,
2121Date := " 02/07/2025" , # dd/mm/yyyy format
2222License := " LGPL-3.0-or-later" ,
2323
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ SetPackageInfo( rec(
1818
1919PackageName := " JuliaInterface" ,
2020Subtitle := " Interface to Julia" ,
21- Version := " 0.14.0 " ,
21+ Version := " 0.14.1 " ,
2222Date := " 02/07/2025" , # dd/mm/yyyy format
2323License := " LGPL-3.0-or-later" ,
2424
You can’t perform that action at this time.
0 commit comments