diff --git a/HISTORY.md b/HISTORY.md index 0d2a56606..450365f1d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # DynamicPPL Changelog +## 0.36.15 + +Bumped minimum Julia version to 1.10.8 to avoid potential crashes with `Core.Compiler.widenconst` (which Mooncake uses). + ## 0.36.14 Added compatibility with AbstractPPL@0.12. diff --git a/Project.toml b/Project.toml index 351fe6365..63c07ed1a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.36.14" +version = "0.36.15" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -72,4 +72,4 @@ Random = "1.6" Requires = "1" Statistics = "1" Test = "1.6" -julia = "1.10" +julia = "1.10.8"