From 70b5c6d3d09c26914b554b3d110e5b289724c4f1 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 22 Oct 2025 05:46:14 -0400 Subject: [PATCH] Bump version to 3.2.0 and update compat entries Updated version number and compatibility for dependencies. --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index a254a37..06d02cd 100644 --- a/Project.toml +++ b/Project.toml @@ -5,7 +5,7 @@ license = "MIT" authors = ["HaraldHofstaetter ", "Mattia Micheletta Merlin ", "Chris Rackauckas ", "JuliaSymbolics contributors"] description = "Symbolic integration algorithms for Julia" repository = "https://github.com/JuliaSymbolics/SymbolicIntegration.jl" -version = "3.1.0" +version = "3.2.0" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" @@ -20,12 +20,12 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -AbstractAlgebra = "0.46" +AbstractAlgebra = "0.46, 0.47" Combinatorics = "1.0.2" Elliptic = "1.0.1" FresnelIntegrals = "0.2.0" HypergeometricFunctions = "0.3.28" -Nemo = "0.51" +Nemo = "0.51, 0.52" PolyLog = "2.6.0" SymbolicUtils = "3" Symbolics = "6"