From 8e6bbdab60c5bb94e0a3da00df2872bd1471f8c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:22:35 +0000 Subject: [PATCH] chore(main): release 0.29.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9800444..8316a6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.29.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fca8ab7..02765de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## [0.29.0](https://github.com/elixir-tools/tableau/compare/v0.28.0...v0.29.0) (2026-01-08) + + +### ⚠ BREAKING CHANGES + +* update to MDEx 0.10 ([#169](https://github.com/elixir-tools/tableau/issues/169)) + +### Features + +* update to MDEx 0.10 ([#169](https://github.com/elixir-tools/tableau/issues/169)) ([25edb37](https://github.com/elixir-tools/tableau/commit/25edb37ef2a782f4408281445d3ddc54e61bed53)) + ## [0.28.0](https://github.com/elixir-tools/tableau/compare/v0.27.1...v0.28.0) (2025-12-18) diff --git a/mix.exs b/mix.exs index 8dc5ce9..692d37d 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Tableau.MixProject do app: :tableau, description: "Static site generator for elixir", source_url: @source_url, - version: "0.28.0", + version: "0.29.0", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,