Skip to content

Commit a81eb7d

Browse files
chore(main): release 0.24.0 (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c71375 commit a81eb7d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## [0.24.0](https://github.com/elixir-tools/tableau/compare/v0.23.1...v0.24.0) (2025-04-17)
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+
11+
12+
### Bug Fixes
13+
14+
* **posts,page:** handle path based permalinks ([4c71375](https://github.com/elixir-tools/tableau/commit/4c71375d0cd106d93ae75f7ec26f450f62250b9d))
15+
316
## [0.23.1](https://github.com/elixir-tools/tableau/compare/v0.23.0...v0.23.1) (2025-04-10)
417

518

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)