Skip to content

Commit d14ae1d

Browse files
committed
readme update for v0.2 release
1 parent 63c3f57 commit d14ae1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# test - aah framework
22

3-
[![Build Status](https://travis-ci.org/go-aah/test.svg?branch=master)](https://travis-ci.org/go-aah/test) [![codecov](https://codecov.io/gh/go-aah/test/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/test/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/test)](https://goreportcard.com/report/aahframework.org/test) [![Version](https://img.shields.io/badge/version-0.1-blue.svg)](https://github.com/go-aah/test/releases/latest)
3+
[![Build Status](https://travis-ci.org/go-aah/test.svg?branch=master)](https://travis-ci.org/go-aah/test) [![codecov](https://codecov.io/gh/go-aah/test/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/test/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/test)](https://goreportcard.com/report/aahframework.org/test) [![Version](https://img.shields.io/badge/version-0.2-blue.svg)](https://github.com/go-aah/test/releases/latest)
44
[![GoDoc](https://godoc.org/aahframework.org/test?status.svg)](https://godoc.org/aahframework.org/test) [![License](https://img.shields.io/github/license/go-aah/test.svg)](LICENSE)
55

6-
***v0.1 [released](https://github.com/go-aah/test/releases/latest) and tagged on Jan 28, 2017***
6+
***v0.2 [released](https://github.com/go-aah/test/releases/latest) and tagged on Mar 03, 2017***
77

88
`test` library is an extension to Go built-in `testing` package. It has developer known naming on methods. Easy to use! aah framework utilizes `test` library across.
99

@@ -13,7 +13,7 @@
1313
#### Stable - Version
1414
```sh
1515
# install the library
16-
go get -u aahframework.org/test
16+
go get -u aahframework.org/test.v0
1717
```
1818

1919
See official page [TODO]

0 commit comments

Comments
 (0)