Skip to content

Commit

Permalink
Merge pull request #682 from mcneel/AndyPayne/Compute-299
Browse files Browse the repository at this point in the history
bumping version number to 0.16.14
  • Loading branch information
andyopayne authored Oct 11, 2024
2 parents b35b68d + 3186c9b commit b826c51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.HOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.14] - 2024-10-11

### Fixed

- Definitions which had nested Hops components in them which pointed to a URL were not deserializing the definition at the URL destination correctly. This was fixed.

- Fixed a bug where the open file icon shown in the Set Definition dialog was blurry.

## [0.16.13] - 2024-08-29

### Fixed
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.13.0";
public const string AppVersion = "0.16.14.0";

public override Bitmap Icon
{
Expand Down

0 comments on commit b826c51

Please sign in to comment.