From beef0219c0ca49b5187a7ab19b973c6ae0ff9a40 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Fri, 17 Nov 2023 11:23:27 -0500 Subject: [PATCH] bumping build number to 0.16.3 --- CHANGELOG.HOPS.md | 6 ++++++ src/hops/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index 1cfc2ec9..c439bc16 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.16.3] - 2023-11-17 + +### Added + +- Added a support in rhino.compute for the new Get Plane context component available in Rhino 8. + ## [0.16.2] - 2023-08-23 ### Added diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index 82b9462f..561a4be5 100644 --- a/src/hops/Properties/AssemblyInfo.cs +++ b/src/hops/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ public GhaAssemblyInfo() TheAssemblyInfo = this; } - public const string AppVersion = "0.16.2.0"; + public const string AppVersion = "0.16.3.0"; public override Bitmap Icon {