Skip to content

Commit b4e15e2

Browse files
chore(main): release 0.13.0 (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78cb446 commit b4e15e2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/elixir-tools/tableau/compare/v0.12.0...v0.13.0) (2023-12-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use DateTimeParser for date property ([#49](https://github.com/elixir-tools/tableau/issues/49))
9+
10+
### Features
11+
12+
* use DateTimeParser for date property ([#49](https://github.com/elixir-tools/tableau/issues/49)) ([78cb446](https://github.com/elixir-tools/tableau/commit/78cb446e87a1b9097042d140888fe61406224ed3))
13+
314
## [0.12.0](https://github.com/elixir-tools/tableau/compare/v0.11.1...v0.12.0) (2023-11-15)
415

516

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

0 commit comments

Comments
 (0)