Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Resolve merge conflicts
  • Loading branch information
am357 committed Jun 12, 2023
commit 911e8399767a7e20f085a65b172bee0e4d0d0667
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *BREAKING:* partiql-logical-planner: moves `NameResolver` to `partiql-ast-passes`

### Added
- Adds `partiql-types` crate that includes data models for PartiQL Types.
- Adds `partiql_ast_passes::static_typer` for type annotating the AST.
- Add ability for partiql-extension-ion extension encoding/decoding of `Value` to/from Ion `Element`
- Add `partiql-types` crate that includes data models for PartiQL Types.
- Add `partiql_ast_passes::static_typer` for type annotating the AST.

### Fixes

## [0.5.0] - 2023-06-06
### Changed
Expand Down
2 changes: 1 addition & 1 deletion partiql-logical-planner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ partiql-parser = { path = "../partiql-parser", version = "0.5.*" }
partiql-catalog = { path = "../partiql-catalog", version = "0.5.*" }
partiql-ast-passes = { path = "../partiql-ast-passes", version = "0.5.*" }

ion-rs = "0.17"
ion-rs = "0.18"
ordered-float = "3.*"
itertools = "0.10.*"
unicase = "2.6"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.