From f8af62c03c384cd77f5bb3799e9f848340d09bdb Mon Sep 17 00:00:00 2001 From: Viktor Fonic Date: Tue, 10 Dec 2019 14:52:11 +0100 Subject: [PATCH] Increase visibility of unreleased version notice --- README.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 4848170..379d1cf 100644 --- a/README.markdown +++ b/README.markdown @@ -1,3 +1,8 @@ +**If you're viewing this at https://github.com/DatabaseCleaner/database_cleaner, +you're reading the documentation for the `master` branch. +[View documentation for the latest release +(1.7.0).](https://github.com/DatabaseCleaner/database_cleaner/blob/v1.7.0/README.markdown)** + # Database Cleaner [![Build Status](https://travis-ci.org/DatabaseCleaner/database_cleaner.svg?branch=master)](https://travis-ci.org/DatabaseCleaner/database_cleaner) @@ -8,9 +13,6 @@ Database Cleaner is a set of gems containing strategies for cleaning your databa The original use case was to ensure a clean state during tests. Each strategy is a small amount of code but is code that is usually needed in any ruby app that is testing with a database. -**NB** Please note that this README is for the unreleased development version of Database Cleaner. With it, you may -find inconsistencies compared to the latest released development version, [v1.7.0](https://github.com/DatabaseCleaner/database_cleaner/blob/v1.7.0/README.markdown) - ## Gem Setup Instead of using the `database_cleaner` gem directly, each ORM has its own gem. Most projects will only need the `database_cleaner-active_record` gem: