Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Jan 30, 2024
1 parent 87dfe7b commit 80420ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

### **0.5.0** (Unreleased)

> Lots of language support for new query operators.
#### Features

- Support for C-style comments in queries with `//` (#31)
- Support for string operators, like `CONTAINS`, `STARTS WITH`, and `ENDS WITH` (#33)
- Support for negation of clauses with `NOT` (#33)

#### Housekeeping

- Added more recent version of Python (3.9 through 3.11) to CI (#33)

### **0.4.0** (October 17 2023)

Expand Down

0 comments on commit 80420ee

Please sign in to comment.