Skip to content

Commit 3ca0fa2

Browse files
chore(main): release 0.20.0 (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c5a614 commit 3ca0fa2

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.19.0"
2+
".": "0.20.0"
33
}

CHANGELOG.md

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

3+
## [0.20.0](https://github.com/elixir-tools/tableau/compare/v0.19.0...v0.20.0) (2024-12-05)
4+
5+
6+
### Features
7+
8+
* write pages with .html permalink to corresponding file([#115](https://github.com/elixir-tools/tableau/issues/115)) ([8c5a614](https://github.com/elixir-tools/tableau/commit/8c5a61483e9ee6e7195bb73347eb1ae091dd3dd6))
9+
310
## [0.19.0](https://github.com/elixir-tools/tableau/compare/v0.18.0...v0.19.0) (2024-11-10)
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.19.0",
11+
version: "0.20.0",
1212
elixir: "~> 1.15",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)