From dc20f1f06f44240145ad13fc647bfd73790424fc Mon Sep 17 00:00:00 2001 From: sabiwara Date: Tue, 25 Jun 2024 08:11:15 +0900 Subject: [PATCH] Allowlist.Default allows the Version module --- CHANGELOG.md | 2 ++ lib/dune/allowlist/default.ex | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ae3a9..863e0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Dev +- `Dune.Allowlist.Default` allows the `Version` module + ## v0.3.8 (2024-05-26) ### Bug fixes diff --git a/lib/dune/allowlist/default.ex b/lib/dune/allowlist/default.ex index 41cfa5d..1d06f34 100644 --- a/lib/dune/allowlist/default.ex +++ b/lib/dune/allowlist/default.ex @@ -331,6 +331,7 @@ defmodule Dune.Allowlist.Default do allow Time, :all allow Base, :all allow URI, :all + allow Version, :all allow Bitwise, :all allow Function, only: ~w[identity]a allow IO, only: @io_allowed, shims: @io_shims