We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95335b5 commit b86f7aeCopy full SHA for b86f7ae
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [1.6.1]
2
+### Changed
3
+- Update docs and link to the source code
4
+- switch to github action
5
+### Add
6
+- Add mix formater to the project
7
+
8
9
## [1.6.0]
10
### Changed
11
- Bumped dependency `fs` to version `8.6`
lib/mix/tasks/guard.ex
@@ -11,7 +11,7 @@ defmodule Mix.Tasks.Guard do
add `ex_guard` to `mix.exs`
12
13
def deps do
14
- [{:ex_guard, "~> 1.1.1", only: :dev}]
+ [{:ex_guard, "~> 1.6.1", only: :dev}]
15
end
16
17
mix.exs
@@ -1,7 +1,7 @@
defmodule ExGuard.Mixfile do
use Mix.Project
- @version "1.6.0"
+ @version "1.6.1"
def project do
[
0 commit comments