We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a011b7 commit 5f430deCopy full SHA for 5f430de
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Enhancements
6
* Add router path to config findings
7
+ * Add `--out` flag for writing to file
8
9
## v0.7.1
10
mix.exs
@@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
def project do
[
app: :sobelow,
- version: "0.7.1",
+ version: "0.7.2",
elixir: "~> 1.4",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
0 commit comments