Skip to content

Commit ee7b8cd

Browse files
chore(main): release 0.3.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 333437f commit ee7b8cd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/elixir-tools/tableau/compare/v0.2.0...v0.3.0) (2023-06-26)
4+
5+
6+
### Features
7+
8+
* extensions ([#13](https://github.com/elixir-tools/tableau/issues/13)) ([333437f](https://github.com/elixir-tools/tableau/commit/333437fa5ddeef29135e0c0070cea0e5140e1f9d))
9+
10+
11+
### Bug Fixes
12+
13+
* fix deprecation warnings for Logger.warn/1 ([#10](https://github.com/elixir-tools/tableau/issues/10)) ([0b13494](https://github.com/elixir-tools/tableau/commit/0b13494c35628236d152fe780971bec8a7bf8dd3))
14+
315
## [0.2.0](https://github.com/elixir-tools/tableau/compare/v0.1.2...v0.2.0) (2023-06-14)
416

517

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

0 commit comments

Comments
 (0)