File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.20.0 "
2+ "." : " 0.20.1 "
33}
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 0.20.1] ( https://github.com/elixir-tools/tableau/compare/v0.20.0...v0.20.1 ) (2025-01-18)
4+
5+
6+ ### Bug Fixes
7+
8+ * include toke.site.pages earlier in the pipeline ([ 1c78914] ( https://github.com/elixir-tools/tableau/commit/1c789148607a67d38ac99773a07f110d506144cc ) )
9+
310## [ 0.20.0] ( https://github.com/elixir-tools/tableau/compare/v0.19.0...v0.20.0 ) (2024-12-05)
411
512
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
88 app: :tableau ,
99 description: "Static site generator for elixir" ,
1010 source_url: @ source_url ,
11- version: "0.20.0 " ,
11+ version: "0.20.1 " ,
1212 elixir: "~> 1.15" ,
1313 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1414 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments