Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 10, 2024
1 parent f2ea0d7 commit 1daeb2a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.1.0 2024-01-09

* Update to libpg_query 16-5.1.0
- Add support for running on Windows
- Add support for compiling on 32-bit systems
* Always build C library using "cc" crate
* Add `filter_columns` for getting columns that a query filters by
- This returns the table name (if present) and column name for every
column that's referenced in a JOIN or WHERE clause.


## 5.0.0 2023-12-22

* Align versioning scheme with that of other pg_query libraries
Expand Down

0 comments on commit 1daeb2a

Please sign in to comment.