We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7d2bc commit 4225a1bCopy full SHA for 4225a1b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## [0.1.1](https://github.com/elixir-tools/tableau/compare/v0.1.0...v0.1.1) (2023-06-13)
4
+
5
6
+### Bug Fixes
7
8
+* only use ex_doc in dev ([ab7d2bc](https://github.com/elixir-tools/tableau/commit/ab7d2bccfb78dde9d7ab9d55bd7535e460f1ffa6))
9
10
## v0.1.0
11
12
Initial Release
mix.exs
@@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
app: :tableau,
description: "Static site generator for elixir",
source_url: @source_url,
- version: "0.1.0",
+ version: "0.1.1",
elixir: "~> 1.12",
13
elixirc_paths: elixirc_paths(Mix.env()),
14
start_permanent: Mix.env() == :prod,
0 commit comments