Skip to content

Commit 9392b64

Browse files
committed
Bump version to v0.1.3
1 parent ca83ab0 commit 9392b64

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.seed-config.yaml

Lines changed: 1 addition & 1 deletion
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.2"
11+
version: "v0.1.3"
1212
mainLicense: "Apachev2"
1313
docsLicense: "CCBySa"
1414

CHANGELOG.md

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

19+
# v0.1.3
20+
***final release supporting caddy v1***
21+
_2020-02-27_
22+
- [Downloads for v0.1.3](https://github.com/okkur/gomods/releases/tag/v0.1.3)
23+
- [Changelog since v0.1.2](#changes-since-v012)
24+
- [Documentation for v0.1.3](#documentation-for-v013)
25+
26+
## Documentation for v0.1.3
27+
[Documentation](/docs)
28+
29+
## Changes since v0.1.2
30+
- Fix dependencies
31+
1932
# v0.1.2
2033
_2020-01-23_
2134
- [Downloads for v0.1.2](https://github.com/okkur/gomods/releases/tag/v0.1.2)

VERSION

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

0 commit comments

Comments
 (0)