File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 0.14.0] ( https://github.com/elixir-tools/tableau/compare/v0.13.0...v0.14.0 ) (2023-12-30)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * improve slug generation ([ #51 ] ( https://github.com/elixir-tools/tableau/issues/51 ) )
9
+
10
+ ### Bug Fixes
11
+
12
+ * improve slug generation ([ #51 ] ( https://github.com/elixir-tools/tableau/issues/51 ) ) ([ bbc702d] ( https://github.com/elixir-tools/tableau/commit/bbc702dcaf3fde50d73b851a2df07900400e0ef6 ) )
13
+
3
14
## [ 0.13.0] ( https://github.com/elixir-tools/tableau/compare/v0.12.0...v0.13.0 ) (2023-12-30)
4
15
5
16
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
8
8
app: :tableau ,
9
9
description: "Static site generator for elixir" ,
10
10
source_url: @ source_url ,
11
- version: "0.13 .0" ,
11
+ version: "0.14 .0" ,
12
12
elixir: "~> 1.12" ,
13
13
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
14
14
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments