From 11b5d7be90705213b9963914ebdb5b88fd944dc7 Mon Sep 17 00:00:00 2001 From: icyveins7 Date: Sun, 17 Mar 2024 14:40:08 +0800 Subject: [PATCH] Update README.md with note on dev branch --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6854e41..785b1bf 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ There are no additional requirements to install to use the base functionality, a pip install -r plugin_requirements.txt ``` +## Note on Github Branches +Unless there's glaring bugs present, I will work solely on the ```dev``` branch in between releases. As such, pulling from ```master``` should be safe from my on-going work that might break things. + # Usage The most common use-case is to initialise a ```Database``` object, just like you would with sqlite3. @@ -237,4 +240,4 @@ Benchmarks are similarly run: ```bash python -m benchmarks -``` \ No newline at end of file +```