From 41877a0b3735d52db8b4f5047b1d4d61e37ba585 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:01:47 -0400 Subject: 1.38.0 (#21051) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bartlomieju Co-authored-by: Bartek IwaƄczuk --- ext/cron/Cargo.toml | 2 +- ext/cron/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ext/cron/README.md (limited to 'ext/cron') diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml index ac107c567..1f0e9c366 100644 --- a/ext/cron/Cargo.toml +++ b/ext/cron/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cron" -version = "0.1.0" +version = "0.2.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cron/README.md b/ext/cron/README.md new file mode 100644 index 000000000..c3b6967e8 --- /dev/null +++ b/ext/cron/README.md @@ -0,0 +1,3 @@ +# deno_cron + +This crate implements scheduled tasks (crons) API for Deno. -- cgit v1.2.3