From d14ae1dc852df2188dc732d73356f9866625f648 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Fri, 3 Mar 2017 11:28:12 -0800 Subject: [PATCH] readme update for v0.2 release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52b129d..c5afb15 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # test - aah framework -[![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) +[![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) [![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) -***v0.1 [released](https://github.com/go-aah/test/releases/latest) and tagged on Jan 28, 2017*** +***v0.2 [released](https://github.com/go-aah/test/releases/latest) and tagged on Mar 03, 2017*** `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. @@ -13,7 +13,7 @@ #### Stable - Version ```sh # install the library -go get -u aahframework.org/test +go get -u aahframework.org/test.v0 ``` See official page [TODO]