diff --git a/.seed-config.yaml b/.seed-config.yaml index d80dcdc..4702f02 100644 --- a/.seed-config.yaml +++ b/.seed-config.yaml @@ -8,7 +8,7 @@ project: Gomods is a Caddy plugin that provides a caching Go modules proxy with your own domain. It supports all the hosting services and VCS` that are supported by Go tools. It also provides local caching and parallel workers to fetch and store Go modules. - version: "v0.1.3" + version: "v0.2.0" mainLicense: "Apachev2" docsLicense: "CCBySa" diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e26e65..5af33b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,24 @@ _2017_ --> +# v0.2.0 + +_2020-03-23_ + +- [Downloads for v0.2.0](https://github.com/okkur/gomods/releases/tag/v0.2.0) +- [Changelog since v0.1.3](#changes-since-v013) +- [Documentation for v0.2.0](#documentation-for-v020) + +## Documentation for v0.2.0 + +[Documentation](/docs) + +## Changes since v0.1.3 + +- Upgrade the master branch to [Caddy v2](https://caddyserver.com/) + +--- + # v0.1.3 ***final release supporting caddy v1*** _2020-02-27_ diff --git a/VERSION b/VERSION index 04e1946..1474d00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.3 +v0.2.0