From 75ec333e1ff85e772227363feb45dfd38a9a349f Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 19 Feb 2022 14:57:41 -0500 Subject: [PATCH] update readme to let ppl know about v2.0.0 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 97673da..3633663 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ Relevant links: * Shapeways: https://www.shapeways.com/designer/rsheldiii/creations * Buy me a coffee: https://ko-fi.com/rsheldiii, but only if you want to! +# V2.0.0 Cutover + +As of February 19th, 2022, the v2.0.0 branch has been merged into master. + +This branch completely rewrote key.scad to be much simpler and faster. If you're just starting out, please use master and report any bugs you find. + +If you branched off this repo previously, merging to master will probably break any additions you've made. If you need the prior version of the code for whatever reason, v1.1.0 is master just before the v2.0.0 merge. I will be backporting bugfixes to the v1 branch, so if you see v1.1.1 or higher, use that instead. + ## How to run #### OpenSCAD Proper (recommended way)