File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.26.1 "
2+ "." : " 0.27.0 "
33}
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 0.27.0] ( https://github.com/elixir-tools/tableau/compare/v0.26.1...v0.27.0 ) (2025-10-03)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * update mdex to 0.9
9+
10+ ### Features
11+
12+ * update mdex to 0.9 ([ acee4e4] ( https://github.com/elixir-tools/tableau/commit/acee4e4c421a989a80dbd165f6e73cdcda4ca07f ) )
13+
314## [ 0.26.1] ( https://github.com/elixir-tools/tableau/compare/v0.26.0...v0.26.1 ) (2025-08-29)
415
516
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.26.1 " ,
11+ version: "0.27.0 " ,
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