diff --git a/CHANGELOG.md b/CHANGELOG.md index 7453ca0..aa79765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.13.3 (2022-03-31) + +### Fixed + +- Case sensitive use of the module name + ## 1.13.2 (2022-03-30) ### Fixed diff --git a/README.md b/README.md index d4a5713..0e41199 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ interface. [![Linux Tests](https://github.com/Masterminds/vcs/actions/workflows/linux-tests.yaml/badge.svg)](https://github.com/Masterminds/vcs/actions/workflows/linux-tests.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/Masterminds/vcs)](https://goreportcard.com/report/github.com/Masterminds/vcs) [![Windows Tests](https://github.com/Masterminds/vcs/actions/workflows/windows-tests.yaml/badge.svg)](https://github.com/Masterminds/vcs/actions/workflows/windows-tests.yaml) [![Docs](https://img.shields.io/static/v1?label=docs&message=reference&color=blue)](https://pkg.go.dev/github.com/Masterminds/vcs) +**Note: Module names are case sensitive. Please be sure to use `github.com/Masterminds/vcs` with the capital M.** ## Quick Usage diff --git a/go.mod b/go.mod index eb9f5f7..97696ab 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/masterminds/vcs +module github.com/Masterminds/vcs go 1.17