cql2-cli 0.5.6

Command line interface for Common Query Language (CQL2)
Documentation
# 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]

## [0.5.6]https://github.com/developmentseed/cql2-rs/compare/cql2-cli-v0.5.5...cql2-cli-v0.5.6 - 2026-05-08

### Other

- update Cargo.lock dependencies

## [0.5.5]https://github.com/developmentseed/cql2-rs/compare/cql2-cli-v0.5.4...cql2-cli-v0.5.5 - 2026-04-21

### Other

- update Cargo.lock dependencies

## [0.5.4]https://github.com/developmentseed/cql2-rs/compare/cql2-cli-v0.5.3...cql2-cli-v0.5.4 - 2026-04-21

### Other

- update Cargo.toml dependencies

## [0.5.3]https://github.com/developmentseed/cql2-rs/compare/cql2-cli-v0.5.2...cql2-cli-v0.5.3 - 2026-02-04

### Fixed

- use flags, not values, for validate and reduce in CLI ([#165]https://github.com/developmentseed/cql2-rs/pull/165)

## [0.5.2]https://github.com/developmentseed/cql2-rs/compare/cql2-cli-v0.5.1...cql2-cli-v0.5.2 - 2026-01-16

### Other

- update Cargo.lock dependencies

## [0.5.1]https://github.com/developmentseed/cql2-rs/compare/cql2-cli-v0.5.0...cql2-cli-v0.5.1 - 2026-01-05

### Other

- update Cargo.toml dependencies

## [0.5.0]https://github.com/developmentseed/cql2-rs/compare/cql2-cli-v0.4.2...cql2-cli-v0.5.0 - 2025-12-08

### Other

- *(wasm)* [**breaking**] Make WASM module interface more like Python module ([#120]https://github.com/developmentseed/cql2-rs/pull/120)