Skip to content

Commit a2a1cbf

Browse files
chore(main): release 0.29.0 (#170)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25edb37 commit a2a1cbf

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.28.0"
2+
".": "0.29.0"
33
}

CHANGELOG.md

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

3+
## [0.29.0](https://github.com/elixir-tools/tableau/compare/v0.28.0...v0.29.0) (2026-01-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to MDEx 0.10 ([#169](https://github.com/elixir-tools/tableau/issues/169))
9+
10+
### Features
11+
12+
* update to MDEx 0.10 ([#169](https://github.com/elixir-tools/tableau/issues/169)) ([25edb37](https://github.com/elixir-tools/tableau/commit/25edb37ef2a782f4408281445d3ddc54e61bed53))
13+
314
## [0.28.0](https://github.com/elixir-tools/tableau/compare/v0.27.1...v0.28.0) (2025-12-18)
415

516

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.28.0",
11+
version: "0.29.0",
1212
elixir: "~> 1.15",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)