Skip to content

Commit c0122b0

Browse files
chore(main): release 0.26.1 (#152)
1 parent fb93438 commit c0122b0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.26.0"
2+
".": "0.26.1"
33
}

CHANGELOG.md

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

3+
## [0.26.1](https://github.com/elixir-tools/tableau/compare/v0.26.0...v0.26.1) (2025-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **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)
9+
310
## [0.26.0](https://github.com/elixir-tools/tableau/compare/v0.25.1...v0.26.0) (2025-07-07)
411

512

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

0 commit comments

Comments
 (0)