Skip to content

Commit dadaaf4

Browse files
chore(main): release 0.6.0
1 parent 4d67147 commit dadaaf4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
* post extension ([#22](https://github.com/elixir-tools/tableau/issues/22)) ([16d1c14](https://github.com/elixir-tools/tableau/commit/16d1c1428b8d4ca1745adddd221b50ec2467a99b))
9+
* RSS extension ([#23](https://github.com/elixir-tools/tableau/issues/23)) ([4d67147](https://github.com/elixir-tools/tableau/commit/4d67147f931605ae43ecadb6d67630703338eeba))
10+
* site assign ([#20](https://github.com/elixir-tools/tableau/issues/20)) ([d766c22](https://github.com/elixir-tools/tableau/commit/d766c22cc9d01927fde06080db7fd3e44473f745))
11+
312
## [0.5.0](https://github.com/elixir-tools/tableau/compare/v0.4.0...v0.5.0) (2023-10-06)
413

514

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)