Skip to content

Commit

Permalink
prepare for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmili committed Aug 2, 2023
1 parent 95335b5 commit b86f7ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.6.1]
### Changed
- Update docs and link to the source code
- switch to github action
### Add
- Add mix formater to the project


## [1.6.0]
### Changed
- Bumped dependency `fs` to version `8.6`
Expand Down
2 changes: 1 addition & 1 deletion lib/mix/tasks/guard.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Mix.Tasks.Guard do
add `ex_guard` to `mix.exs`
def deps do
[{:ex_guard, "~> 1.1.1", only: :dev}]
[{:ex_guard, "~> 1.6.1", only: :dev}]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExGuard.Mixfile do
use Mix.Project

@version "1.6.0"
@version "1.6.1"

def project do
[
Expand Down

0 comments on commit b86f7ae

Please sign in to comment.