Skip to content

Commit

Permalink
Allowlist.Default allows the Version module
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Jun 24, 2024
1 parent eb8eed7 commit dc20f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Dev

- `Dune.Allowlist.Default` allows the `Version` module

## v0.3.8 (2024-05-26)

### Bug fixes
Expand Down
1 change: 1 addition & 0 deletions lib/dune/allowlist/default.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc20f1f

Please sign in to comment.