Skip to content

Commit

Permalink
Merge pull request #667 from mcneel/AndyPayne/Compute286
Browse files Browse the repository at this point in the history
bumping version to 0.16.8
  • Loading branch information
andyopayne authored Jun 5, 2024
2 parents ed3cbfc + 281a387 commit 7b41bda
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.HOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.8] - 2024-06-05

### Fixed

- The Rhino.Inside.Resolver was set to automatically look for the latest build of Rhino which was causing some conflicts if users had installed Rhino 9 WIP. The default path for the 8.x build of rhino.compute should now look for that latest build of Rhino 8 when trying to resolve Rhino.Inside.

### Added

- A few additional lines of logging information were added to display the the current build of Rhino.Compute and Rhino as well as the working system path.

## [0.16.7] - 2024-04-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/hops/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public GhaAssemblyInfo()
TheAssemblyInfo = this;
}

public const string AppVersion = "0.16.7.0";
public const string AppVersion = "0.16.8.0";

public override Bitmap Icon
{
Expand Down

0 comments on commit 7b41bda

Please sign in to comment.