Skip to content

Commit

Permalink
bugfix: remove watchmedo installer (#21)
Browse files Browse the repository at this point in the history
* bugfix: fix remove install watchmedo

* bump: mod
  • Loading branch information
fajrifernanda authored Aug 3, 2020
1 parent 7eb982e commit 23b406c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
#Fer

<a name="v1.7.1"></a>
## [v1.7.1] - 2020-08-03
### Fixes
- fix remove install watchmedo


<a name="v1.7.0"></a>
## [v1.7.0] - 2020-07-28
### New Features
- add modd installer
- add modd installer ([#20](https://github.com/kumparan/fer/issues/20))


<a name="v1.6.0"></a>
Expand Down Expand Up @@ -105,7 +111,8 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


[Unreleased]: https://github.com/kumparan/fer/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/kumparan/fer/compare/v1.7.1...HEAD
[v1.7.1]: https://github.com/kumparan/fer/compare/v1.7.0...v1.7.1
[v1.7.0]: https://github.com/kumparan/fer/compare/v1.6.0...v1.7.0
[v1.6.0]: https://github.com/kumparan/fer/compare/v1.5.4...v1.6.0
[v1.5.4]: https://github.com/kumparan/fer/compare/v1.5.3...v1.5.4
Expand Down
1 change: 0 additions & 1 deletion console/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func init() {
installCmd.AddCommand(richgoCmd)
installCmd.AddCommand(golintCmd)
installCmd.AddCommand(chglogCmd)
installCmd.AddCommand(watchmedoCmd)
installCmd.AddCommand(protobufCmd)
installCmd.AddCommand(moddCmd)
}
Expand Down

0 comments on commit 23b406c

Please sign in to comment.