Skip to content

Commit

Permalink
Prepare 0.9.2 release (#970)
Browse files Browse the repository at this point in the history
Patch release 0.9.2

Co-authored-by: R. C. Howell <[email protected]>
Co-authored-by: John Ed Quinn <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2023
1 parent bddbe04 commit f3b92a8
Show file tree
Hide file tree
Showing 104 changed files with 561 additions and 515 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.9.2] - 2023-01-20

### Added
- Adds ability to pipe queries to the CLI
- Adds ability to run PartiQL files as executables by adding support for shebangs

### Changed

### Deprecated

### Fixed
- Fixes list/bag ExprValue creation in plan evaluator
- Fixes gradle build issues.

### Removed

### Security

## [0.9.1] - 2023-01-04

### Added
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/partiql.versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Versions {
const val jline = "3.21.0"
const val jmh = "0.5.3"
const val joda = "2.12.1"
const val jopt = "5.0"
const val picoCli = "4.7.0"
const val ktlint = "10.2.1"
const val pig = "0.6.1"
//---Testing
Expand Down Expand Up @@ -66,7 +66,7 @@ object Deps {
val jansi = "org.fusesource.jansi:jansi:${Versions.jansi}"
val jline = "org.jline:jline:${Versions.jline}"
val joda = "joda-time:joda-time:${Versions.joda}"
val jopt = "net.sf.jopt-simple:jopt-simple:${Versions.jopt}"
const val picoCli = "info.picocli:picocli:${Versions.picoCli}"
val pig = "org.partiql:partiql-ir-generator:${Versions.pig}"
val pigRuntime = "org.partiql:partiql-ir-generator-runtime:${Versions.pig}"
//---Testing
Expand Down
277 changes: 0 additions & 277 deletions cli/src/main/kotlin/org/partiql/cli/main.kt

This file was deleted.

Loading

0 comments on commit f3b92a8

Please sign in to comment.