Skip to content

Commit a49eb84

Browse files
chore(main): release 0.4.0 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c6f6444 commit a49eb84

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [0.4.0](https://github.com/elixir-tools/tableau/compare/v0.3.1...v0.4.0) (2023-06-26)
4+
5+
6+
### Features
7+
8+
* extension priority ([#16](https://github.com/elixir-tools/tableau/issues/16)) ([c6f6444](https://github.com/elixir-tools/tableau/commit/c6f6444e0e6571990ed8eb9dda85ecbc37e06743))
9+
310
## [0.3.1](https://github.com/elixir-tools/tableau/compare/v0.3.0...v0.3.1) (2023-06-26)
411

512

Diff for: 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.3.1",
11+
version: "0.4.0",
1212
elixir: "~> 1.12",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)