From 5e074e715187625c1f427a220b624e21945b442f Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Sat, 3 Oct 2020 15:33:01 +0900 Subject: [PATCH] goimagehash: Update README.md (#44) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9495755..07bab14 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,18 @@ func main() { ``` ## Release Note +### v1.0.3 +- Add workflow for GithubAction +- Fix typo on the GoDoc for LoadImageHash + +### v1.0.2 +- go.mod is now used for install goimagehash ### v1.0.1 - Perception/ExtPerception hash creation times are reduced ### v1.0.0 -**IMPORTANT** +**IMPORTANT** goimagehash v1.0.0 does not have compatible with the before version for future features - More flexible extended hash APIs are provided ([ExtAverageHash](https://godoc.org/github.com/corona10/goimagehash#ExtAverageHash), [ExtPerceptionHash](https://godoc.org/github.com/corona10/goimagehash#ExtPerceptionHash), [ExtDifferenceHash](https://godoc.org/github.com/corona10/goimagehash#ExtDifferenceHash))