Skip to content

Commit 35bd69a

Browse files
committed
readme and go mod update for v0.1.0 release
1 parent eacaf1f commit 35bd69a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
33
<h2 align="center">Memcache Cache Provider by aah framework</h2>
44
</p>
5+
<p align="center">
6+
<p align="center"><a href="https://github.com/go-aah/memcache-cache-provider/releases/latest"><img src="https://img.shields.io/badge/version-v0.1.0-blue.svg" alt="Version"></a> <a href="https://godoc.org/aahframe.work/cache/provider/memcache"><img src="https://godoc.org/aahframe.work/cache/provider/memcache?status.svg" alt="GoDoc"></a></p>
7+
</p>
58

69
Memcache Cache Provider for aah Cache Manager. aah cache library uses [github.com/bradfitz/gomemcache/memcache](https://godoc.org/github.com/bradfitz/gomemcache/memcache) library internally.
710

811
### News
912

10-
* `v0.1.0` [released](https://github.com/go-aah/redis-cache-provider/releases/latest) and tagged on TBD.
13+
* `v0.1.0` [released](https://github.com/go-aah/memcache-cache-provider/releases/latest) and tagged on Dec 02, 2018.
1114

1215
## Usage
1316

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module aahframe.work/cache/provider/memcache
22

33
require (
4-
aahframe.work v0.0.0-20181126051259-b64fdc6b18f6
4+
aahframe.work v0.12.0
55
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737
66
github.com/stretchr/testify v1.2.2
77
)

0 commit comments

Comments
 (0)