Skip to content

Commit

Permalink
Bump version to 0.10.1 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jun 12, 2024
1 parent 7e4dfaa commit 5de1e85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#---------------------------------#

# Please don't edit it manually, use the `build.bat version` command instead.
version: 0.10.0-build-0{build}
version: 0.10.1-build-0{build}

image:
- Visual Studio 2022
Expand Down
9 changes: 9 additions & 0 deletions nuspecs/Hangfire.InMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<tags>Hangfire Storage In-Memory</tags>
<releaseNotes>https://github.com/HangfireIO/Hangfire.InMemory/releases

0.10.1
• Changed – Roll back a breaking change in 0.10.0 for the `InMemoryStorageOptions` class.
• Changed – Increase the default eviction interval to 5 seconds.
• Changed – More efficient storage of state history records.
• Changed – Implement fast path for the `FetchNextJob` method.
• Fixed – More robust entry eviction implementation.
• Fixed – Graceful dispatcher shutdown without additional waiting.
• Project – Faster build pipeline on AppVeyor after migration to modern Powershell 7+.

0.10.0
• Breaking – `InMemoryStorageOptions` class instances are now immutable after initialization.
• Added – Support long-based job identifiers through the `InMemoryStorageOptions.IdType` property.
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[assembly: CLSCompliant(true)]

// Please don't edit it manually, use the `build.bat version` command instead.
[assembly: AssemblyVersion("0.10.0")]
[assembly: AssemblyVersion("0.10.1")]

0 comments on commit 5de1e85

Please sign in to comment.