File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 0.15.1] ( https://github.com/elixir-tools/tableau/compare/v0.15.0...v0.15.1 ) (2024-01-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * urls in rss output ([ #47 ] ( https://github.com/elixir-tools/tableau/issues/47 ) ) ([ 66d15d4] ( https://github.com/elixir-tools/tableau/commit/66d15d41049fc5e7b72c7d5514c150e401600542 ) )
9
+
3
10
## [ 0.15.0] ( https://github.com/elixir-tools/tableau/compare/v0.14.3...v0.15.0 ) (2024-01-08)
4
11
5
12
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.15.0 " ,
11
+ version: "0.15.1 " ,
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