From c5a18e63f2a57fcf3bc3758ef7cbab8883b4fd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugene=20=E2=80=9CAeron=E2=80=9D=20Glybin?= Date: Sun, 28 May 2023 00:43:28 +0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 12 ++++++++++++ extension.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bcdf7..1caa31b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ These versions follow [Semantic Versioning 2.0](https://semver.org). +## 1.0.2 (2023-05-27) + +### Changed + ++ Executable path proper expansion ++ Safer promise behavior for expected errors + +### Added + ++ Error logging for an invalid execution path ++ Read-only filesystem entitlement + ## 1.0.1 (2022-02-04) Formatter (Python syntax only) activation fix. diff --git a/extension.json b/extension.json index 8648a43..49fd454 100644 --- a/extension.json +++ b/extension.json @@ -3,7 +3,7 @@ "name": "Black", "organization": "Aeron", "description": "Black, the uncompromising Python code formatter, for Nova.", - "version": "1.0.1", + "version": "1.0.2", "categories": ["formatters", "commands"], "repository": "https://github.com/Aeron/Black.novaextension", "bugs": "https://github.com/Aeron/Black.novaextension/issues",