From cb6736f64067925924ada8b499f775c276f8eca2 Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Wed, 27 Nov 2019 11:43:11 +0000 Subject: [PATCH] Add Notice to readme pointing to stable version (#114) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8ede901..c3aaecd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# NOTICE: This version is not yet released + +The current stable release is 0.6, you can find that version [here](https://github.com/invenia/PkgTemplates.jl/tree/v0.6.3). +PkgTemplates has undergone large internal changes (see [#61](https://github.com/invenia/PkgTemplates.jl/pull/61) especially), and at present the user-facing API is still catching up. +Do not fear, while right now it looks very different (e.g. in the `dev` docs), it will not be *incredibly* breaking. +But right now if you do use master it will be. + +--- + # PkgTemplates [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/PkgTemplates.jl/stable)