From 0eb32431ba60ae83a798438578f464df9d9dea8e Mon Sep 17 00:00:00 2001 From: xxchan Date: Fri, 28 Jun 2024 17:45:37 +0800 Subject: [PATCH] bump Signed-off-by: xxchan --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 189f6e1..3ee44da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.21.0] - 2024-06-28 + **Breaking changes**: * runner: `RecordOutput` is now returned by `Runner::run` (or `Runner::run_async`). This allows users to access the output of each record, or check whether the record is skipped. * substitution: add a special variable `__NOW__` which will be replaced with the current Unix timestamp in nanoseconds.