From 5dad70f4adad3b68b7cc9d539a2e4943f7a5b3f8 Mon Sep 17 00:00:00 2001 From: Janusz Rupar Date: Tue, 7 Mar 2023 21:30:54 +0100 Subject: [PATCH] Version bumped up, README updated --- README.md | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c8c01f..8a29992 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@ Develop and validate CNC programs. ## News -- Version 0.2.1 released +- Version 0.3.0 released - New Features + - Lathe support added - Enhancements - Bug fixes - - Parser crash when axis contained value in brackets where first value was negative, i.e. Z[-7.8-#26] - - Handle division math operation inside brackets correctly, i.e. #1=[8/2] ## Features diff --git a/package.json b/package.json index fa69669..2178c7b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/jmr1/vscode-ncproj" }, "license": "SEE LICENSE IN LICENSE", - "version": "0.2.1", + "version": "0.3.0", "icon": "images/icon.png", "publisher": "jrupar-mcieslik", "categories": [