Skip to content

Commit

Permalink
Release 5.1.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl authored Jan 10, 2024
1 parent f2ea0d7 commit fdfeda3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pg_query"
description = "PostgreSQL parser that uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parse tree."
version = "5.0.0"
version = "5.1.0"
edition = "2021"
documentation = "https://docs.rs/pg_query/"
build = "build.rs"
Expand Down

0 comments on commit fdfeda3

Please sign in to comment.