We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2245dfb commit 3005d03Copy full SHA for 3005d03
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.2.0
4
+
5
+* Added support for global tags.
6
7
## v1.1.0
8
-- Made Statix functions overridable.
9
+* Made Statix functions overridable.
mix.exs
@@ -5,7 +5,7 @@ defmodule Statix.Mixfile do
[
app: :statix,
name: "Statix",
- version: "1.1.0",
+ version: "1.2.0",
elixir: "~> 1.2",
10
description: description(),
11
package: package(),
0 commit comments