From c0cecd722eeeeb259b34c4071cea3f136f8e9661 Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Mon, 9 Mar 2026 23:03:50 -0400 Subject: [PATCH 1/2] Update FixedEffects compatibility version range --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9ede411..085d0a8 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486" DataFrames = "0.21, 0.22, 1" FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" FixedEffectModels = "1.12" -FixedEffects = "2" +FixedEffects = "2, 3" GroupedArrays = "0.3" LeastSquaresOptim = "0.7, 0.8" Reexport = "0.2, 1" From b8a87afeaca11bfa13474e8cc4570983a1cf2c54 Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Mon, 9 Mar 2026 23:04:27 -0400 Subject: [PATCH 2/2] Bump version from 1.3.1 to 1.3.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 085d0a8..bd8dba6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "InteractiveFixedEffectModels" uuid = "80307280-efb2-5c5d-af8b-a9c15821677b" -version = "1.3.1" +version = "1.3.2" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"