Skip to content

Commit

Permalink
Bump version to 0.3.0 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Oct 22, 2020
1 parent 6111942 commit 6121e79
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@
#---------------------------------#

# Don't edit manually! Use `build.bat version` command instead!
version: 0.2.0-build-0{build}
version: 0.3.0-build-0{build}

os: Visual Studio 2019

Expand Down
7 changes: 7 additions & 0 deletions nuspecs/Hangfire.InMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
<copyright>Copyright © 2020 Sergey Odinokov</copyright>
<tags>Hangfire Storage In-Memory</tags>
<releaseNotes>https://www.hangfire.io/blog/releases.html
0.3.0
• Added – `InMemoryStorageOptions.DisableJobSerialization` option.
• Fixed – `ObjectDisposedException` on semaphore when committing a transaction.
• Fixed – Gracefully handle `ObjectDisposedException` when signaling for query completion.
• Fixed – Avoid killing the whole process in case of an exception in dispatcher, stop it instead.
• Project – Add a lot of new unit tests for `InMemoryMonitoringApi` class.

0.2.0
• Fixed – A lot of corner cases revealed by unit tests.
• Project – Added a ton of unit tests for the top-level classes to ensure behavior is consistent.
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)]

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.3.0")]

0 comments on commit 6121e79

Please sign in to comment.