Skip to content

Commit

Permalink
v0.11.0: Fix and compat: has been rewritten based on the standard cro…
Browse files Browse the repository at this point in the history
…ntab
  • Loading branch information
cihga39871 committed Jan 11, 2025
1 parent 01d4cd8 commit b4f3a40
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 190 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JobSchedulers"
uuid = "eeff360b-c02d-44d3-ab26-4013c616a17e"
authors = ["Jiacheng Chuan <[email protected]>"]
version = "0.10.7"
version = "0.11.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down
4 changes: 4 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

v0.11.0

- Fix and compat: `Cron` has been rewritten based on the standard crontab, including its bug described [here](https://crontab.guru/cron-bug.html).

v0.10.7

- Fix: crash when showing progress meter after all jobs finished while stdout/sterr are redirected to files. Remove call to legacy `queue_summary`, which was replaced a while ago.
Expand Down
2 changes: 2 additions & 0 deletions src/JobSchedulers.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

module JobSchedulers

using Revise

using Reexport
using Base.Threads
@reexport using Dates
Expand Down
Loading

0 comments on commit b4f3a40

Please sign in to comment.