Skip to content

Commit f482820

Browse files
committed
Release v0.1.2 as last caddy v1 support
1 parent 363f0ea commit f482820

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.seed-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project:
88
Gomods is a Caddy plugin that provides a caching Go modules proxy with your own domain.
99
It supports all the hosting services and VCS` that are supported by Go tools. It also provides local caching
1010
and parallel workers to fetch and store Go modules.
11-
version: "v0.1.1"
11+
version: "v0.1.2"
1212
mainLicense: "Apachev2"
1313
docsLicense: "CCBySa"
1414

@@ -29,7 +29,7 @@ readme:
2929
3030
For installing Gomods run the following command:
3131
```
32-
go get go.okkur.org/gomods/cmd/gomods
32+
go get go.okkur.org/gomods/cmd/gomods@caddy-v1
3333
```
3434
3535
Then you should create a config file like this example:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ _2017_
1616
1717
-->
1818

19+
# v0.1.2
20+
_2020-01-23_
21+
- [Downloads for v0.1.2](https://github.com/okkur/gomods/releases/tag/v0.1.2)
22+
- [Changelog since v0.1.1](#changes-since-v011)
23+
- [Documentation for v0.1.2](#documentation-for-v012)
24+
25+
## Documentation for v0.1.2
26+
[Documentation](/docs)
27+
28+
## Changes since v0.1.1
29+
- Branch off Caddy v1 support
30+
1931
# v0.1.1
2032
_2019-10-16_
2133
- [Downloads for v0.1.1](https://github.com/okkur/gomods/releases/tag/v0.1.1)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Gomods
22

3+
**This version supports Caddy v1 only.**
4+
**For the latest Caddy support take a look at the latest version and code.**
5+
36
Caddy plugin that provides a caching Go modules proxy with your own domain.
47

58
[![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)
@@ -15,7 +18,7 @@ Gomods uses Go tools in the background for fetching the modules so there needs t
1518

1619
For installing Gomods run the following command:
1720
```
18-
go get go.okkur.org/gomods/cmd/gomods
21+
go get go.okkur.org/gomods/cmd/gomods@caddy-v1
1922
```
2023

2124
Then you should create a config file like this example:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.1
1+
v0.1.2

0 commit comments

Comments
 (0)