Skip to content

Commit 6121e79

Browse files
committed
Bump version to 0.3.0 and add release notes
1 parent 6111942 commit 6121e79

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.2.0-build-0{build}
14+
version: 0.3.0-build-0{build}
1515

1616
os: Visual Studio 2019
1717

nuspecs/Hangfire.InMemory.nuspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
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.0
17+
• Added – `InMemoryStorageOptions.DisableJobSerialization` option.
18+
• Fixed – `ObjectDisposedException` on semaphore when committing a transaction.
19+
• Fixed – Gracefully handle `ObjectDisposedException` when signaling for query completion.
20+
• Fixed – Avoid killing the whole process in case of an exception in dispatcher, stop it instead.
21+
• Project – Add a lot of new unit tests for `InMemoryMonitoringApi` class.
22+
1623
0.2.0
1724
• Fixed – A lot of corner cases revealed by unit tests.
1825
• Project – Added a ton of unit tests for the top-level classes to ensure behavior is consistent.

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.2.0")]
14+
[assembly: AssemblyVersion("0.3.0")]

0 commit comments

Comments
 (0)