Skip to content

Commit

Permalink
Bump version to 0.10.3 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jun 17, 2024
1 parent 81f6877 commit 2502718
Show file tree
Hide file tree
Showing 3 changed files with 5 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.2-build-0{build}
version: 0.10.3-build-0{build}

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

0.10.3
• Changed – Significantly optimize `GetFirstByLowestScoreFromSet` method overloads.

0.10.2
• Changed – Refactor command dispatching to make it more simple and less allocating.
• Changed – Straightforward locking implementation with more unit tests.
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.2")]
[assembly: AssemblyVersion("0.10.3")]

0 comments on commit 2502718

Please sign in to comment.