Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
Remove CLI changelog, we're going to start out keeping all the versions in
sync.
  • Loading branch information
gadomski committed Oct 10, 2024
1 parent 830cbf7 commit 338ba53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 0 additions & 14 deletions cli/CHANGELOG.md

This file was deleted.

0 comments on commit 338ba53

Please sign in to comment.