We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d626cb8 commit 450e7a3Copy full SHA for 450e7a3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## [0.15.3](https://github.com/elixir-tools/tableau/compare/v0.15.2...v0.15.3) (2024-02-26)
4
+
5
6
+### Bug Fixes
7
8
+* remove unused dep ([d626cb8](https://github.com/elixir-tools/tableau/commit/d626cb841cb97ed16d94fcfcce1da9453c108fe6))
9
10
## [0.15.2](https://github.com/elixir-tools/tableau/compare/v0.15.1...v0.15.2) (2024-01-28)
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.15.2",
+ version: "0.15.3",
elixir: "~> 1.12",
13
elixirc_paths: elixirc_paths(Mix.env()),
14
start_permanent: Mix.env() == :prod,
0 commit comments