Skip to content

Commit 450e7a3

Browse files
authoredFeb 26, 2024
chore(main): release 0.15.3 (#79)
1 parent d626cb8 commit 450e7a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

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

3+
## [0.15.3](https://github.com/elixir-tools/tableau/compare/v0.15.2...v0.15.3) (2024-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unused dep ([d626cb8](https://github.com/elixir-tools/tableau/commit/d626cb841cb97ed16d94fcfcce1da9453c108fe6))
9+
310
## [0.15.2](https://github.com/elixir-tools/tableau/compare/v0.15.1...v0.15.2) (2024-01-28)
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.15.2",
11+
version: "0.15.3",
1212
elixir: "~> 1.12",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)