From 3410d14f1c166b7b43fcbf50b15245a83b99adc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:02:38 +0000 Subject: [PATCH] chore(main): release 0.26.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c84411f..0043b22 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.0" + ".": "0.26.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 579fea4..bb48e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.26.1](https://github.com/elixir-tools/tableau/compare/v0.26.0...v0.26.1) (2025-08-29) + + +### Bug Fixes + +* **rss:** don't enable by default ([#150](https://github.com/elixir-tools/tableau/issues/150)) ([fb93438](https://github.com/elixir-tools/tableau/commit/fb93438f66831e4de8660e7faf6d6dd99f784f10)), closes [#149](https://github.com/elixir-tools/tableau/issues/149) + ## [0.26.0](https://github.com/elixir-tools/tableau/compare/v0.25.1...v0.26.0) (2025-07-07) diff --git a/mix.exs b/mix.exs index 5a99369..a298a43 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.26.0", + version: "0.26.1", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,