Skip to content

Commit b4ee208

Browse files
authored
Bump minimum Julia version to 1.10.8 (?) (#979)
* Pin [email protected] * Unpin Mooncake, but pin Julia=1.10.8 * Bump patch
1 parent acac44d commit b4ee208

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# DynamicPPL Changelog
22

3+
## 0.36.15
4+
5+
Bumped minimum Julia version to 1.10.8 to avoid potential crashes with `Core.Compiler.widenconst` (which Mooncake uses).
6+
37
## 0.36.14
48

59
Added compatibility with [email protected].

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.36.14"
3+
version = "0.36.15"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -72,4 +72,4 @@ Random = "1.6"
7272
Requires = "1"
7373
Statistics = "1"
7474
Test = "1.6"
75-
julia = "1.10"
75+
julia = "1.10.8"

0 commit comments

Comments
 (0)