Skip to content

Commit 5a876a4

Browse files
committed
readme update for v0.2 release
1 parent 6dd9df7 commit 5a876a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# config - aah framework
22

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

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

8-
`config` library is powerful and flexible for configuration purpose. It's thin layer around `forge` config syntax which is very similar to [Typesafe HOCON syntax](https://github.com/typesafehub/config/blob/master/HOCON.md) :satisfied:. aah framework and it's modules is powered with `aah/config` library.
8+
`config` library is powerful and flexible for configuration purpose. It's thin layer around `forge` config syntax which is very similar to Typesafe HOCON syntax :satisfied:. aah framework and it's modules is powered with `aah/config` library.
99

1010
*`config` developed for aah framework. However it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
1111

1212
# Installation
1313
#### Stable - Version
1414
```sh
1515
# install the library
16-
go get -u aahframework.org/config
16+
go get -u aahframework.org/config.v0
1717
```
1818

1919
See official page [TODO]

0 commit comments

Comments
 (0)