Skip to content

Commit 6b8a79c

Browse files
chore(main): release 0.6.0
1 parent 66416c1 commit 6b8a79c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [0.6.0](https://github.com/elixir-tools/tableau/compare/v0.5.0...v0.6.0) (2023-10-08)
4+
5+
6+
### Features
7+
8+
* allow elixir scripts for data extension ([#25](https://github.com/elixir-tools/tableau/issues/25)) ([66416c1](https://github.com/elixir-tools/tableau/commit/66416c1477b61697201cbd9afd6bb1a936c95fe7))
9+
* data extension ([#24](https://github.com/elixir-tools/tableau/issues/24)) ([736da42](https://github.com/elixir-tools/tableau/commit/736da42d5cea3495942579b68da8349f6aa4e58f))
10+
* post extension ([#22](https://github.com/elixir-tools/tableau/issues/22)) ([16d1c14](https://github.com/elixir-tools/tableau/commit/16d1c1428b8d4ca1745adddd221b50ec2467a99b))
11+
* RSS extension ([#23](https://github.com/elixir-tools/tableau/issues/23)) ([4d67147](https://github.com/elixir-tools/tableau/commit/4d67147f931605ae43ecadb6d67630703338eeba))
12+
* site assign ([#20](https://github.com/elixir-tools/tableau/issues/20)) ([d766c22](https://github.com/elixir-tools/tableau/commit/d766c22cc9d01927fde06080db7fd3e44473f745))
13+
314
## [0.5.0](https://github.com/elixir-tools/tableau/compare/v0.4.0...v0.5.0) (2023-10-06)
415

516

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

0 commit comments

Comments
 (0)