Skip to content

Commit 352ba17

Browse files
committed
version bumb and readme update
1 parent 0fd1c3f commit 352ba17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<h2 align="center">Logger by aah framework</h2>
44
</p>
55
<p align="center">
6-
<p align="center"><a href="https://travis-ci.org/go-aah/log"><img src="https://travis-ci.org/go-aah/log.svg?branch=master" alt="Build Status"></a> <a href="https://codecov.io/gh/go-aah/log/branch/master"><img src="https://codecov.io/gh/go-aah/log/branch/master/graph/badge.svg" alt="Code Coverage"></a> <a href="https://goreportcard.com/report/aahframework.org/log.v0"><img src="https://goreportcard.com/badge/aahframework.org/log.v0" alt="Go Report Card"></a> <a href="https://github.com/go-aah/log/releases/latest"><img src="https://img.shields.io/badge/version-0.7.0-blue.svg" alt="Release Version"></a> <a href="https://godoc.org/aahframework.org/log.v0"><img src="https://godoc.org/aahframework.org/log.v0?status.svg" alt="Godoc"></a> <a href="https://twitter.com/aahframework"><img src="https://img.shields.io/badge/[email protected]" alt="Twitter @aahframework"></a></p>
6+
<p align="center"><a href="https://travis-ci.org/go-aah/log"><img src="https://travis-ci.org/go-aah/log.svg?branch=master" alt="Build Status"></a> <a href="https://codecov.io/gh/go-aah/log/branch/master"><img src="https://codecov.io/gh/go-aah/log/branch/master/graph/badge.svg" alt="Code Coverage"></a> <a href="https://goreportcard.com/report/aahframework.org/log.v0"><img src="https://goreportcard.com/badge/aahframework.org/log.v0" alt="Go Report Card"></a> <a href="https://github.com/go-aah/log/releases/latest"><img src="https://img.shields.io/badge/version-0.7.1-blue.svg" alt="Release Version"></a> <a href="https://godoc.org/aahframework.org/log.v0"><img src="https://godoc.org/aahframework.org/log.v0?status.svg" alt="Godoc"></a> <a href="https://twitter.com/aahframework"><img src="https://img.shields.io/badge/[email protected]" alt="Twitter @aahframework"></a></p>
77
</p>
88

99
aah logger is simple and provides capabilities to fulfill application use cases.
1010

1111
### News
1212

13-
* `v0.7.0` [released](https://github.com/go-aah/log/releases/latest) and tagged on Jun 24, 2018.
13+
* `v0.7.1` [released](https://github.com/go-aah/log/releases/latest) and tagged on Jul 22, 2018.
1414

1515
## Installation
1616

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package log
66

77
// Version no. of aahframework.org/log library
8-
const Version = "0.7.0"
8+
const Version = "0.7.1"

0 commit comments

Comments
 (0)