Skip to content

Commit

Permalink
Merge pull request #692 from mcneel/AndyPayne/ChangeLog
Browse files Browse the repository at this point in the history
bumping version to 0.16.16
  • Loading branch information
andyopayne authored Nov 7, 2024
2 parents 6e1eef8 + 2353a92 commit eb81091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.HOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ 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.16] - TBA
## [0.16.16] - 2024-11-07

### Fixed

- Fixed a bug where the /launch endpoint would return a NullReference exception.
- Added a line to the ComputeChildren.cs to clear the startInfo environmentVariable for "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES" when Rhino.Compute starts up the child process Compute.Geometry. This was causing issues while debugging in newer version of Visual Studio.
- Fixed a bug where the ComputeRecursionLevel property was not always being set.

## [0.16.15] - 2024-11-07

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.15.0";
public const string AppVersion = "0.16.16.0";

public override Bitmap Icon
{
Expand Down

0 comments on commit eb81091

Please sign in to comment.