Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 26, 2021
1 parent e5701b7 commit 22381cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.3.0 - unreleased
## v0.3.0 - 2021-12-26

- Updated to work with the `gleam compile-package` API for incremental builds
and support for packages published with the Gleam build tool.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule MixGleam.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ex_doc, ">= 0.0.0", only: :docs, runtime: false}
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
]
end
end

0 comments on commit 22381cd

Please sign in to comment.