Skip to content

Commit

Permalink
readme update and version bump for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jul 7, 2018
1 parent 3c684a2 commit 64b1294
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# view - aah framework
[![Build Status](https://travis-ci.org/go-aah/view.svg?branch=master)](https://travis-ci.org/go-aah/view) [![codecov](https://codecov.io/gh/go-aah/view/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/view/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/view.v0)](https://goreportcard.com/report/aahframework.org/view.v0) [![Version](https://img.shields.io/badge/version-0.8.2-blue.svg)](https://github.com/go-aah/view/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/view.v0?status.svg)](https://godoc.org/aahframework.org/view.v0) [![License](https://img.shields.io/github/license/go-aah/view.svg)](LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@aahframework-55acee.svg)](https://twitter.com/aahframework)
<p align="center">
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
<h2 align="center">View Engine library by aah framework</h2>
</p>
<p align="center">
<p align="center"><a href="https://travis-ci.org/go-aah/view"><img src="https://travis-ci.org/go-aah/view.svg?branch=master" alt="Build Status"></a> <a href="https://codecov.io/gh/go-aah/view/branch/master"><img src="https://codecov.io/gh/go-aah/view/branch/master/graph/badge.svg" alt="Code Coverage"></a> <a href="https://goreportcard.com/report/aahframework.org/view.v0"><img src="https://goreportcard.com/badge/aahframework.org/view.v0" alt="Go Report Card"></a> <a href="https://github.com/go-aah/view/releases/latest"><img src="https://img.shields.io/badge/version-0.9.0-blue.svg" alt="Release Version"></a> <a href="https://godoc.org/aahframework.org/view.v0"><img src="https://godoc.org/aahframework.org/view.v0?status.svg" alt="Godoc"></a> <a href="https://twitter.com/aahframework"><img src="https://img.shields.io/badge/twitter-@aahframework-55acee.svg" alt="Twitter @aahframework"></a></p>
</p>

***v0.8.2 [released](https://github.com/go-aah/view/releases/latest) and tagged on Apr 25, 2018***
View Engine library provides enhanced Go template engine which supports partial template inheritance, imports, etc.

Go HTML template library which supports partial template inheritance, imports, etc.
### News

*`view` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
* `v0.9.0` [released](https://github.com/go-aah/view/releases/latest) and tagged on Jul 06, 2018.

## Installation

# Installation
#### Stable Version - Production Ready
```bash
# install the library
go get -u aahframework.org/view.v0
```

Visit official website https://aahframework.org to learn more.
Visit official website https://aahframework.org to learn more about `aah` framework.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Jeevanandam M. (https://github.com/jeevatkm)
// go-aah/view source code and usage is governed by a MIT style
// aahframework.org/view source code and usage is governed by a MIT style
// license that can be found in the LICENSE file.

package view

// Version no. of aah framework view library
const Version = "0.9.0-edge"
const Version = "0.9.0"

0 comments on commit 64b1294

Please sign in to comment.