Skip to content

Commit 1d19402

Browse files
chore(main): release 0.24.0
1 parent 0e1115b commit 1d19402

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.23.1"
2+
".": "0.24.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [0.24.0](https://github.com/elixir-tools/tableau/compare/v0.23.1...v0.24.0) (2025-04-11)
4+
5+
6+
### Features
7+
8+
* **page:** support sourcing from multiple directories ([#134](https://github.com/elixir-tools/tableau/issues/134)) ([0e1115b](https://github.com/elixir-tools/tableau/commit/0e1115b8e5c68afaf4825dcafe1b07a9a2e87c0b))
9+
* **posts:** allow multiple source directories ([#130](https://github.com/elixir-tools/tableau/issues/130)) ([4220c6e](https://github.com/elixir-tools/tableau/commit/4220c6e62aba8b19809a392b1275e65bf430153c))
10+
311
## [0.23.1](https://github.com/elixir-tools/tableau/compare/v0.23.0...v0.23.1) (2025-04-10)
412

513

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.23.1",
11+
version: "0.24.0",
1212
elixir: "~> 1.15",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)