Skip to content

Commit a8be5c8

Browse files
committed
Bump version to 0.3.3 and add release notes
1 parent 5bc1add commit a8be5c8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#---------------------------------#
1212

1313
# Don't edit manually! Use `build.bat version` command instead!
14-
version: 0.3.2-build-0{build}
14+
version: 0.3.3-build-0{build}
1515

1616
os: Visual Studio 2019
1717

nuspecs/Hangfire.InMemory.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<copyright>Copyright © 2020 Sergey Odinokov</copyright>
1414
<tags>Hangfire Storage In-Memory</tags>
1515
<releaseNotes>https://www.hangfire.io/blog/releases.html
16+
0.3.3
17+
• Fixed – Sort queues and servers when returning them from monitoring api and in the Dashboard UI.
18+
1619
0.3.2
1720
• Fixed – Enqueued jobs may become invisible when adding a lot of jobs simultaneously to a new queue.
1821
• Fixed – Some workers are waiting for background jobs forever when several jobs added at once.

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[assembly: CLSCompliant(true)]
1212

1313
// Don't edit manually! Use `build.bat version` command instead!
14-
[assembly: AssemblyVersion("0.3.2")]
14+
[assembly: AssemblyVersion("0.3.3")]

0 commit comments

Comments
 (0)