From 3c6468cd77a78c0e8981e1294e0be7e638dc3193 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:07:09 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1d2eecd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +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). + +## [Unreleased] + +## [1.0.0](https://github.com/KryptonZK/query-parser/releases/tag/v1.0.0) - 2024-05-01 + +### Added +- query metadata + +### Other +- Gha release ([#6](https://github.com/KryptonZK/query-parser/pull/6)) +- 2 - Add display to CompareOp ([#5](https://github.com/KryptonZK/query-parser/pull/5)) +- clippy +- init +- Initial commit