We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f083b46 commit 31d211dCopy full SHA for 31d211d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## [0.1.2](https://github.com/elixir-tools/tableau/compare/v0.1.1...v0.1.2) (2023-06-14)
4
+
5
6
+### Bug Fixes
7
8
+* always preload modules ([f083b46](https://github.com/elixir-tools/tableau/commit/f083b46cc425fdf22b8c2685f0b5932360eb3c98))
9
10
## [0.1.1](https://github.com/elixir-tools/tableau/compare/v0.1.0...v0.1.1) (2023-06-13)
11
12
mix.exs
@@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
app: :tableau,
description: "Static site generator for elixir",
source_url: @source_url,
- version: "0.1.1",
+ version: "0.1.2",
elixir: "~> 1.12",
13
elixirc_paths: elixirc_paths(Mix.env()),
14
start_permanent: Mix.env() == :prod,
0 commit comments