From e9f3e6d9979ce179254d939d07a61a5f102c95a9 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Fri, 6 Sep 2019 16:28:04 +0000 Subject: [PATCH] Release v0.1.0 --- .seed-config.yaml | 2 +- CHANGELOG.md | 16 +++------------- Makefile | 2 +- VERSION | 2 +- 4 files changed, 6 insertions(+), 16 deletions(-) diff --git a/.seed-config.yaml b/.seed-config.yaml index 100ee06..65b6c37 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.0.1" + version: "v0.1.0" mainLicense: "MIT" docsLicense: "CCBySa" diff --git a/CHANGELOG.md b/CHANGELOG.md index 603c2af..7a7f1a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,24 +17,14 @@ _2017_ --> # v0.1.0 -_2017-01-01_ - - [Downloads for v0.1.0](#downloads-for-v010) +_2019-09-06_ + - [Downloads for v0.1.0](https://github.com/okkur/gomods/releases/tag/v0.1.0) - [Changelog since v0.0.0](#changes-since-v000) - [Documentation for v0.1.0](#documentation-for-v010) -## Downloads for v0.1.0 - -file | sha1 hash | md5 hash ---- | --------- | -------- -[file.tar.gz](https://example.com/release/v0.1.0/file.tar.gz) | `1578305efcb3eb8c7964adc535adb2e4b1fe41f6` | `92fcfd07d75ae94bfca36ded722ae7b626091fe4f7e76f6fcbf9f46a2fe3aab6` - ## Documentation for v0.1.0 [Documentation](/docs) ## Changes since v0.0.0 - - Feature X - - Feature Z - -## Fixes since v0.0.0 - - Fix 123 + - Split out http based Tor proxy code from TXTDirect diff --git a/Makefile b/Makefile index 9ea3f2b..2ff9916 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN := gomods MAINTAINER := okkur -VERSION := 0.0.1 +VERSION := 0.1.0 IMAGE := $(MAINTAINER)/$(BIN):$(VERSION) BUILD_GOOS := $(if $(GOOS),$(GOOS),linux) diff --git a/VERSION b/VERSION index 45c7a58..b82608c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.1 +v0.1.0