Skip to content

Commit

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

***v0.2 [released](https://github.com/go-aah/aruntime/releases/latest) and tagged on Mar 14, 2017***
***v0.2.1 [released](https://github.com/go-aah/aruntime/releases/latest) and tagged on Apr 15, 2017***

Runtime library is built to get, manipulate GoRoutines stack trace, etc.

Expand All @@ -14,10 +14,4 @@ Runtime library is built to get, manipulate GoRoutines stack trace, etc.
go get -u aahframework.org/aruntime.v0
```

#### Development Version - Edge
```sh
# install the development version
go get -u aahframework.org/aruntime.v0-unstable
```

See official page [TODO]

0 comments on commit ccc018a

Please sign in to comment.