Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.7.0 #11

Merged
merged 3 commits into from Jul 19, 2022
Merged

Release version 0.7.0 #11

merged 3 commits into from Jul 19, 2022

Conversation

seanlinsley
Copy link
Member

The version number had already been updated to 0.7.0 in Cargo.toml, but it hasn't been used on crates.io yet: https://crates.io/crates/pg_query.

After merging this I will run cargo publish, and push a tag to this repo.

@seanlinsley seanlinsley requested a review from lfittl July 19, 2022 23:12
CHANGELOG.md Outdated
* Adds ParseResult struct with convenience functions to get table and function references
* Adds ability to deparse a mutated query AST back into a string
* Adds context-aware query truncation
* Adds Ruby test suite to ensure feature compatibility
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"feature parity" maybe?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I like parity better, but compatibility works too.

prost = "0.10.4"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.82"
thiserror = "1.0.31"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crates.io doesn't allow dependencies to have a wildcard version requirement rust-lang/rfcs#1241

@seanlinsley seanlinsley changed the title Add Changelog entries for 0.7.0 Release version 0.7.0 Jul 19, 2022
@seanlinsley seanlinsley merged commit fbac86c into main Jul 19, 2022
@seanlinsley seanlinsley deleted the 0.7.0 branch July 19, 2022 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants