diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b98b6..1a22d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- Python bindings 🐍 ([#30](https://github.com/developmentseed/cql2-rs/pull/30)) +- Docs ([#36](https://github.com/developmentseed/cql2-rs/pull/36)) + +### Changed + +- `SqlQuery` attributes are now public ([#30](https://github.com/developmentseed/cql2-rs/pull/30)) +- `Expr::to_json`, `Expr::to_json_pretty`, and `Expr::to_value` now return `Error` instead of `serde_json::Error` ([#37](https://github.com/developmentseed/cql2-rs/pull/37)) + ## [0.1.0] - 2024-10-08 Initial release. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md deleted file mode 100644 index d6b98b6..0000000 --- a/cli/CHANGELOG.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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.1.0] - 2024-10-08 - -Initial release. - -[Unreleased]: https://github.com/developmentseed/cql-rs/compare/v0.1.0...main -[0.1.0]: https://github.com/developmentseed/cql-rs/releases/tag/v0.1.0