Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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