Skip to content

Commit

Permalink
Release v0.1.2 as last caddy v1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stp-ip committed Jan 23, 2020
1 parent 363f0ea commit f482820
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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.1.1"
version: "v0.1.2"
mainLicense: "Apachev2"
docsLicense: "CCBySa"

Expand All @@ -29,7 +29,7 @@ readme:
For installing Gomods run the following command:
```
go get go.okkur.org/gomods/cmd/gomods
go get go.okkur.org/gomods/cmd/gomods@caddy-v1
```
Then you should create a config file like this example:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ _2017_
-->

# v0.1.2
_2020-01-23_
- [Downloads for v0.1.2](https://github.com/okkur/gomods/releases/tag/v0.1.2)
- [Changelog since v0.1.1](#changes-since-v011)
- [Documentation for v0.1.2](#documentation-for-v012)

## Documentation for v0.1.2
[Documentation](/docs)

## Changes since v0.1.1
- Branch off Caddy v1 support

# v0.1.1
_2019-10-16_
- [Downloads for v0.1.1](https://github.com/okkur/gomods/releases/tag/v0.1.1)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Gomods

**This version supports Caddy v1 only.**
**For the latest Caddy support take a look at the latest version and code.**

Caddy plugin that provides a caching Go modules proxy with your own domain.

[![state](https://img.shields.io/badge/state-beta-blue.svg)]() [![release](https://img.shields.io/github/release/okkur/gomods.svg)](https://gomods.okkur.org/releases) [![license](https://img.shields.io/github/license/okkur/gomods.svg)](LICENSE)
Expand All @@ -15,7 +18,7 @@ Gomods uses Go tools in the background for fetching the modules so there needs t

For installing Gomods run the following command:
```
go get go.okkur.org/gomods/cmd/gomods
go get go.okkur.org/gomods/cmd/gomods@caddy-v1
```

Then you should create a config file like this example:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.1
v0.1.2

0 comments on commit f482820

Please sign in to comment.