Skip to content

Commit

Permalink
Version badge & information
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
BenMorel committed Jul 5, 2015
1 parent c1bdb3b commit 70f66fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ A library to work with arbitrary precision numbers.

[![Build Status](https://secure.travis-ci.org/brick/math.svg?branch=master)](http://travis-ci.org/brick/math)
[![Coverage Status](https://coveralls.io/repos/brick/math/badge.svg?branch=master)](https://coveralls.io/r/brick/math?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
[![Latest Stable Version](https://poser.pugx.org/brick/math/v/stable)](https://packagist.org/packages/brick/math)
[![License](https://poser.pugx.org/brick/math/license)](https://packagist.org/packages/brick/math)

For a complete list of classes and methods, check the [API documentation](http://brick.io/math/).

Expand Down Expand Up @@ -43,6 +44,8 @@ existing code, etc.), `y` is incremented.

It is therefore safe to lock your project to a given release cycle, such as `0.5.*`.

If you want to use the latest version, and receive any non-breaking update, use `~0.5.1`.

If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/math/releases)
for a list of changes introduced by each further `0.x.0` version.

Expand Down

0 comments on commit 70f66fc

Please sign in to comment.