From e8d4c5271fb768d2fb72e4c2eece5e0dedb65414 Mon Sep 17 00:00:00 2001 From: visose Date: Mon, 17 Jan 2022 19:07:13 +0000 Subject: [PATCH] Rename issue template label --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- RELEASE | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 56ae419..85bda64 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -22,8 +22,8 @@ body: - type: dropdown id: rhinoVersion attributes: - label: Version - description: What Rhino version are you using? Only Rhino 7 for Windows and MacOS are supported. + label: What Rhino version are you using? + description: Only Rhino 7 for Windows and MacOS are supported. options: - Rhino 7 on Windows - Rhino 7 on MacOS diff --git a/RELEASE b/RELEASE index 9ae6116..8d5d715 100644 --- a/RELEASE +++ b/RELEASE @@ -1,3 +1,7 @@ +- version: 1.0.5 + changes: + - Added validation to names of target attributes and programs. + - version: 1.0.4 changes: - Added icon for create tool component.