From e2b024c093dd53600372915dbec0ba1190c6b0b7 Mon Sep 17 00:00:00 2001 From: nekevss Date: Mon, 4 Mar 2024 20:22:39 -0500 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7391ca8..a8a4be8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## What's Changed +#[0.0.2 (2024-03-04)](https://github.com/boa-dev/temporal/compare/v0.0.1...v0.0.2) + +### Enhancements + +### Documentation + +### Other Changes + +* Fix loop in `diff_iso_date` by @nekevss in https://github.com/boa-dev/temporal/pull/31 +* Remove unnecessary iterations by @nekevss in https://github.com/boa-dev/temporal/pull/30 + +## New Contributors + +**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.0.1...v0.0.2 + +#[0.0.1 (2024-02-25)](https://github.com/boa-dev/temporal/commits/v0.0.1) + ### Enhancements * Add blank and negated + small adjustments by @nekevss in https://github.com/boa-dev/temporal/pull/17 * Simplify Temporal APIs by @jedel1043 in https://github.com/boa-dev/temporal/pull/18 @@ -25,4 +42,4 @@ * @nekevss made their first contribution in https://github.com/boa-dev/temporal/pull/1 * @jedel1043 made their first contribution in https://github.com/boa-dev/temporal/pull/3 -**Full Changelog**: https://github.com/boa-dev/temporal/commits/v0.0.1 +**Full Changelog**: https://github.com/boa-dev/temporal/commits/v0.0.1 \ No newline at end of file