Skip to content

Commit f866228

Browse files
chore(main): release 0.21.0 (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 91d84c0 commit f866228

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.20.1"
2+
".": "0.21.0"
33
}

CHANGELOG.md

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

3+
## [0.21.0](https://github.com/elixir-tools/tableau/compare/v0.20.1...v0.21.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* **dev_server:** error page for compile and build errors ([#120](https://github.com/elixir-tools/tableau/issues/120)) ([0873535](https://github.com/elixir-tools/tableau/commit/08735357d587b2b1a444fefb00b691dce48d2f3c))
9+
10+
11+
### Bug Fixes
12+
13+
* minimize deps ([#122](https://github.com/elixir-tools/tableau/issues/122)) ([91d84c0](https://github.com/elixir-tools/tableau/commit/91d84c03e44e10080723a21918e1296d1b9d0ea2))
14+
315
## [0.20.1](https://github.com/elixir-tools/tableau/compare/v0.20.0...v0.20.1) (2025-01-18)
416

517

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

0 commit comments

Comments
 (0)