Skip to content

Commit 5efd287

Browse files
committed
readme update for v0.4 release
1 parent 166207c commit 5efd287

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# essentials - aah framework
2-
32
[![Build Status](https://travis-ci.org/go-aah/essentials.svg?branch=master)](https://travis-ci.org/go-aah/essentials) [![codecov](https://codecov.io/gh/go-aah/essentials/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/essentials/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/essentials.v0)](https://goreportcard.com/report/aahframework.org/essentials.v0)
4-
[![Version](https://img.shields.io/badge/version-0.3-blue.svg)](https://github.com/go-aah/essentials/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/essentials.v0?status.svg)](https://godoc.org/aahframework.org/essentials.v0) [![License](https://img.shields.io/github/license/go-aah/essentials.svg)](LICENSE)
3+
[![Version](https://img.shields.io/badge/version-0.4-blue.svg)](https://github.com/go-aah/essentials/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/essentials.v0?status.svg)](https://godoc.org/aahframework.org/essentials.v0) [![License](https://img.shields.io/github/license/go-aah/essentials.svg)](LICENSE)
54

6-
***v0.3 [released](https://github.com/go-aah/essentials/releases/latest) and tagged on Mar 16, 2017***
5+
***v0.4 [released](https://github.com/go-aah/essentials/releases/latest) and tagged on Mar 30, 2017***
76

8-
`essentials` contain simple & useful utils for go lang. aah framework utilizes essentials (aka `ess`) library across. Essential library complements with handy methods for:
7+
`essentials` contains simple & useful utils methods for Go. aah framework utilizes essentials (aka `ess`) library across. Essentials library complements with handy methods, refer godoc to know more about methods:
98
* filepath
9+
* GUID (Globally Unique Identifier)
1010
* go
1111
* io
1212
* os
@@ -23,10 +23,4 @@
2323
go get -u aahframework.org/essentials.v0
2424
```
2525

26-
#### Development Version - Edge
27-
```sh
28-
# install the development version
29-
go get -u aahframework.org/essentials.v0-unstable
30-
```
31-
3226
See official page [TODO]

0 commit comments

Comments
 (0)