Skip to content

Commit

Permalink
readme update for v0.2 release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Mar 4, 2017
1 parent 0c1d643 commit b334c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pool - aah framework
[![Build Status](https://travis-ci.org/go-aah/pool.svg?branch=master)](https://travis-ci.org/go-aah/pool) [![codecov](https://codecov.io/gh/go-aah/pool/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/pool/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/pool)](https://goreportcard.com/report/aahframework.org/pool) [![Version](https://img.shields.io/badge/version-0.1-blue.svg)](https://github.com/go-aah/pool/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/pool?status.svg)](https://godoc.org/aahframework.org/pool) [![License](https://img.shields.io/github/license/go-aah/pool.svg)](LICENSE)
[![Build Status](https://travis-ci.org/go-aah/pool.svg?branch=master)](https://travis-ci.org/go-aah/pool) [![codecov](https://codecov.io/gh/go-aah/pool/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/pool/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/pool.v0)](https://goreportcard.com/report/aahframework.org/pool.v0) [![Version](https://img.shields.io/badge/version-0.2-blue.svg)](https://github.com/go-aah/pool/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/pool.v0?status.svg)](https://godoc.org/aahframework.org/pool.v0) [![License](https://img.shields.io/github/license/go-aah/pool.svg)](LICENSE)

***v0.1 [released](https://github.com/go-aah/pool/releases/latest) and tagged on Jan 27, 2017***
***v0.2 [released](https://github.com/go-aah/pool/releases/latest) and tagged on Mar 04, 2017***

Generic `interface{}` pool in the form of bounded channel.

Expand All @@ -11,7 +11,7 @@ Generic `interface{}` pool in the form of bounded channel.
#### Stable - Version
```sh
# install the library
go get -u aahframework.org/pool
go get -u aahframework.org/pool.v0
```

See official page [TODO]

0 comments on commit b334c81

Please sign in to comment.