Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.25.1"
".": "0.26.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [0.26.0](https://github.com/elixir-tools/tableau/compare/v0.25.1...v0.26.0) (2025-07-07)


### ⚠ BREAKING CHANGES

* bump mdex to 0.7 ([#143](https://github.com/elixir-tools/tableau/issues/143))

### Features

* bump mdex to 0.7 ([#143](https://github.com/elixir-tools/tableau/issues/143)) ([a375806](https://github.com/elixir-tools/tableau/commit/a375806e52e6afeb77aa26db26e873c0ee6e0187))

## [0.25.1](https://github.com/elixir-tools/tableau/compare/v0.25.0...v0.25.1) (2025-07-06)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
app: :tableau,
description: "Static site generator for elixir",
source_url: @source_url,
version: "0.25.1",
version: "0.26.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down