Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stp-ip committed Sep 6, 2019
1 parent 070f22f commit e9f3e6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .seed-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
16 changes: 3 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.1.0

0 comments on commit e9f3e6d

Please sign in to comment.