mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Prepare for 0.40.0
release, derive 0.2.0
release (#1053)
This commit is contained in:
parent
64eccdbba2
commit
a765146ad1
4 changed files with 41 additions and 2 deletions
|
@ -131,3 +131,19 @@ visitor.post_visit_expr(<is null operand>)
|
|||
visitor.post_visit_expr(<is null operand>)
|
||||
visitor.post_visit_expr(<is null expr>)
|
||||
```
|
||||
|
||||
## Releasing
|
||||
|
||||
This crate's release is not automated. Instead it is released manually as needed
|
||||
|
||||
Steps:
|
||||
1. Update the version in `Cargo.toml`
|
||||
2. Update the corresponding version in `../Cargo.toml`
|
||||
3. Commit via PR
|
||||
4. Publish to crates.io:
|
||||
|
||||
```shell
|
||||
# update to latest checked in main branch and publish via
|
||||
cargo publish
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue