Skip to content

Commit

Permalink
Merge pull request #676 from mcneel/AndyPayne/R8Bump
Browse files Browse the repository at this point in the history
Bumping version to 0.16.12
  • Loading branch information
andyopayne authored Aug 28, 2024
2 parents 10f9f3a + 3e5330d commit 45e4e6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.HOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12] - 2024-08-28

### Fixed

- In the change made to version 0.16.11, the schema of the default input values were changed to a DataTree<ResthopperObject>. However, this change broke some code in instances where people would be sending the older style of values as defaults. The changes made in this build (0.16.12) will now properly handle the deserialization of values sent either as a DataTree<ResthopperObject> or as the older style of default values.

## [0.16.11] - 2024-08-20

### 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.11.0";
public const string AppVersion = "0.16.12.0";

public override Bitmap Icon
{
Expand Down

0 comments on commit 45e4e6b

Please sign in to comment.