Skip to content

Commit b86f7ae

Browse files
committed
prepare for minor release
1 parent 95335b5 commit b86f7ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## [1.6.0]
210
### Changed
311
- Bumped dependency `fs` to version `8.6`

lib/mix/tasks/guard.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule Mix.Tasks.Guard do
1111
add `ex_guard` to `mix.exs`
1212
1313
def deps do
14-
[{:ex_guard, "~> 1.1.1", only: :dev}]
14+
[{:ex_guard, "~> 1.6.1", only: :dev}]
1515
end
1616
1717

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExGuard.Mixfile do
22
use Mix.Project
33

4-
@version "1.6.0"
4+
@version "1.6.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)