Skip to content

Commit 059cd9d

Browse files
authoredMar 30, 2025··
chore(main): release 0.23.0 (#128)
1 parent 286e3e8 commit 059cd9d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.22.0"
2+
".": "0.23.0"
33
}

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.23.0](https://github.com/elixir-tools/tableau/compare/v0.22.0...v0.23.0) (2025-03-29)
4+
5+
6+
### Features
7+
8+
* **tags:** tag extension ([#127](https://github.com/elixir-tools/tableau/issues/127)) ([286e3e8](https://github.com/elixir-tools/tableau/commit/286e3e859c5477f1ed3f23e5bf0b4305397cc3ee))
9+
310
## [0.22.0](https://github.com/elixir-tools/tableau/compare/v0.21.0...v0.22.0) (2025-03-27)
411

512

‎mix.exs

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

0 commit comments

Comments
 (0)
Please sign in to comment.