From 43abf2d448a1888d04c952dee0a1cb306e3d61a8 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Sun, 17 Jul 2022 17:05:30 -0700 Subject: [PATCH] add early release warning --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b7f5a..b6aea37 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,8 @@ Currently only git is supported. Other version control systems can be added by i ## Minimum Supported Rust Version (MSRV) This crate is guaranteed to compile on stable Rust 1.59.0 and up. It *might* -compile with older versions but that may change in any new patch release. \ No newline at end of file +compile with older versions but that may change in any new patch release. + +## Early release + +This project is still in early release phases. It should be safe to use but there's always a possibility of bugs which could result in workspace repositories ending up in an odd state. \ No newline at end of file