We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1207546 commit 656028cCopy full SHA for 656028c
src/Simplify.Scheduler/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [1.5.0] - 2024-06-02
4
+
5
+### Added
6
7
+- Logging crontab parse errors to SchedulerJobsHandler.OnException (#490)
8
+- MultitaskScheduler.StartAsync method (To use scheduler asynchronously from `async Task Main` method) (#491)
9
10
11
## [1.4.0] - 2024-01-09
12
13
### Added
src/Simplify.Scheduler/Simplify.Scheduler.csproj
@@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>1.4</Version>
+ <Version>1.5</Version>
<Authors>Alexander Krylkov</Authors>
14
<Product>Simplify</Product>
0 commit comments