From 4e50aed00daffc2fda0853737372c5d3b8554225 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Thu, 29 Aug 2024 14:01:02 -0400 Subject: [PATCH] bumping version to 0.16.13 --- 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 464e404a..46e814f9 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.13] - 2024-08-29 + +### Fixed + +- Fixed a bug in the Function Source Manager which was causing the document to expire incorrectly when multiple functions were instantiated by the Hops component. + ## [0.16.12] - 2024-08-28 ### Fixed diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index baee222d..faaacbba 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.12.0"; + public const string AppVersion = "0.16.13.0"; public override Bitmap Icon {