From e7d1bac3335bede6798491a2dc793f6ea8588055 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sun, 21 May 2023 19:41:10 +0200 Subject: [PATCH] Release organize-rs v0.3.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index feaf42d..e25aac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.0 (2023-05-21) + +### Feature + +- Breaking change: Change syntax for date based filters to use range based syntax + ## 0.2.6 (2023-05-21) + + ### Chore - add description to lib.rs