Blame README.md

rpm-build a7f80b
rpm-build a7f80b
![catch logo](artwork/catch2-logo-small.png)
rpm-build a7f80b
rpm-build a7f80b
[![Github Releases](https://img.shields.io/github/release/catchorg/catch2.svg)](https://github.com/catchorg/catch2/releases)
rpm-build a7f80b
[![Build Status](https://travis-ci.org/catchorg/Catch2.svg?branch=master)](https://travis-ci.org/catchorg/Catch2)
rpm-build a7f80b
[![Build status](https://ci.appveyor.com/api/projects/status/github/catchorg/Catch2?svg=true)](https://ci.appveyor.com/project/catchorg/catch2)
rpm-build a7f80b
[![codecov](https://codecov.io/gh/catchorg/Catch2/branch/master/graph/badge.svg)](https://codecov.io/gh/catchorg/Catch2)
rpm-build a7f80b
[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/zDKMK3eGMC9IP2jy)
rpm-build a7f80b
rpm-build a7f80b
The latest version of the single header can be downloaded directly using this link
rpm-build a7f80b
rpm-build a7f80b
## Catch2 is released!
rpm-build a7f80b
rpm-build a7f80b
If you've been using an earlier version of Catch, please see the
rpm-build a7f80b
Breaking Changes section of [the release notes](https://github.com/catchorg/Catch2/releases/tag/v2.0.1)
rpm-build a7f80b
before moving to Catch2. You might also like to read [this blog post](http://www.levelofindirection.com/journal/2017/11/3/catch2-released.html) for more details.
rpm-build a7f80b
rpm-build a7f80b
## What's the Catch?
rpm-build a7f80b
rpm-build a7f80b
Catch2 stands for C++ Automated Test Cases in a Header and is a
rpm-build a7f80b
multi-paradigm test framework for C++. which also supports Objective-C
rpm-build a7f80b
(and maybe C).
rpm-build a7f80b
It is primarily distributed as a single header file, although certain
rpm-build a7f80b
extensions may require additional headers.
rpm-build a7f80b
rpm-build a7f80b
## How to use it
rpm-build a7f80b
This documentation comprises these three parts:
rpm-build a7f80b
rpm-build a7f80b
* [Why do we need yet another C++ Test Framework?](docs/why-catch.md#top)
rpm-build a7f80b
* [Tutorial](docs/tutorial.md#top) - getting started
rpm-build a7f80b
* [Reference section](docs/Readme.md#top) - all the details
rpm-build a7f80b
rpm-build a7f80b
## More
rpm-build a7f80b
* Issues and bugs can be raised on the [Issue tracker on GitHub](https://github.com/catchorg/Catch2/issues)
rpm-build a7f80b
* For discussion or questions please use [the dedicated Google Groups forum](https://groups.google.com/forum/?fromgroups#!forum/catch-forum)
rpm-build a7f80b
* See [who else is using Catch2](docs/opensource-users.md#top)