Skip to content

Commit 67c5052

Browse files
chore(main): release 0.11.0 (#42)
1 parent b5bf6df commit 67c5052

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.11.0](https://github.com/elixir-tools/tableau/compare/v0.10.1...v0.11.0) (2023-11-08)
4+
5+
6+
### Features
7+
8+
* automatically generate post ids ([#33](https://github.com/elixir-tools/tableau/issues/33)) ([b5bf6df](https://github.com/elixir-tools/tableau/commit/b5bf6dfc24a2c83288262c10604a1e86defafe3b))
9+
10+
11+
### Bug Fixes
12+
13+
* typos ([#41](https://github.com/elixir-tools/tableau/issues/41)) ([8e47467](https://github.com/elixir-tools/tableau/commit/8e47467ba060891e520d89d51789a502447e7436))
14+
315
## [0.10.1](https://github.com/elixir-tools/tableau/compare/v0.10.0...v0.10.1) (2023-11-08)
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.10.1",
11+
version: "0.11.0",
1212
elixir: "~> 1.12",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)