Skip to content

Commit

Permalink
chore: release v0.16.0 (#1288)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `vortex`: 0.15.2 -> 0.16.0
* `vortex-alp`: 0.15.2 -> 0.16.0
* `vortex-array`: 0.15.2 -> 0.16.0 (⚠️ API breaking changes)
* `vortex-buffer`: 0.15.2 -> 0.16.0
* `vortex-datetime-dtype`: 0.15.2 -> 0.16.0
* `vortex-dtype`: 0.15.2 -> 0.16.0
* `vortex-error`: 0.15.2 -> 0.16.0
* `vortex-flatbuffers`: 0.15.2 -> 0.16.0
* `vortex-proto`: 0.15.2 -> 0.16.0
* `vortex-scalar`: 0.15.2 -> 0.16.0
* `vortex-fastlanes`: 0.15.2 -> 0.16.0
* `vortex-bytebool`: 0.15.2 -> 0.16.0
* `vortex-datetime-parts`: 0.15.2 -> 0.16.0
* `vortex-dict`: 0.15.2 -> 0.16.0
* `vortex-expr`: 0.15.2 -> 0.16.0 (✓ API compatible changes)
* `vortex-fsst`: 0.15.2 -> 0.16.0
* `vortex-roaring`: 0.15.2 -> 0.16.0
* `vortex-runend`: 0.15.2 -> 0.16.0
* `vortex-runend-bool`: 0.15.2 -> 0.16.0
* `vortex-sampling-compressor`: 0.15.2 -> 0.16.0
* `vortex-zigzag`: 0.15.2 -> 0.16.0
* `vortex-schema`: 0.15.2 -> 0.16.0
* `vortex-serde`: 0.15.2 -> 0.16.0 (✓ API compatible changes)
* `vortex-datafusion`: 0.15.2 -> 0.16.0

### ⚠️ `vortex-array` breaking changes

```
--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_added.ron

Failed in:
  trait method vortex_array::compute::AndFn::and_kleene in file /tmp/.tmprS2yv1/vortex/vortex-array/src/compute/boolean.rs:44
  trait method vortex_array::compute::OrFn::or_kleene in file /tmp/.tmprS2yv1/vortex/vortex-array/src/compute/boolean.rs:86
```

<details><summary><i><b>Changelog</b></i></summary><p>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 13, 2024
1 parent 1c5a4a3 commit be164bf
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 53 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `vortex-serde` - [0.16.0](https://github.com/spiraldb/vortex/compare/vortex-serde-v0.15.2...vortex-serde-v0.16.0) - 2024-11-13

### Added
- kleene_or, kleene_and, and restore SQL semantics ([#1284](https://github.com/spiraldb/vortex/pull/1284))

### Fixed
- clarify and vs and_kleene in stream.rs and filtering.rs ([#1289](https://github.com/spiraldb/vortex/pull/1289))

## `vortex-expr` - [0.16.0](https://github.com/spiraldb/vortex/compare/vortex-expr-v0.15.2...vortex-expr-v0.16.0) - 2024-11-13

### Added
- kleene_or, kleene_and, and restore SQL semantics ([#1284](https://github.com/spiraldb/vortex/pull/1284))

## `vortex-array` - [0.16.0](https://github.com/spiraldb/vortex/compare/vortex-array-v0.15.2...vortex-array-v0.16.0) - 2024-11-13

### Added
- kleene_or, kleene_and, and restore SQL semantics ([#1284](https://github.com/spiraldb/vortex/pull/1284))

## `vortex-datafusion` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.14.0...vortex-datafusion-v0.15.2) - 2024-11-13

### Added
Expand Down
56 changes: 28 additions & 28 deletions Cargo.lock

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

50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.15.2"
version = "0.16.0"
homepage = "https://github.com/spiraldb/vortex"
repository = "https://github.com/spiraldb/vortex"
authors = ["Vortex Authors <[email protected]>"]
Expand Down Expand Up @@ -133,30 +133,30 @@ url = "2"
uuid = "1.8.0"

# BEGIN crates published by this project
vortex = { version = "0.15.2", path = "./vortex" }
vortex-alp = { version = "0.15.2", path = "./encodings/alp" }
vortex-array = { version = "0.15.2", path = "./vortex-array" }
vortex-buffer = { version = "0.15.2", path = "./vortex-buffer" }
vortex-bytebool = { version = "0.15.2", path = "./encodings/bytebool" }
vortex-datafusion = { version = "0.15.2", path = "./vortex-datafusion" }
vortex-datetime-dtype = { version = "0.15.2", path = "./vortex-datetime-dtype" }
vortex-datetime-parts = { version = "0.15.2", path = "./encodings/datetime-parts" }
vortex-dict = { version = "0.15.2", path = "./encodings/dict" }
vortex-dtype = { version = "0.15.2", path = "./vortex-dtype", default-features = false }
vortex-error = { version = "0.15.2", path = "./vortex-error" }
vortex-expr = { version = "0.15.2", path = "./vortex-expr" }
vortex-fastlanes = { version = "0.15.2", path = "./encodings/fastlanes" }
vortex-flatbuffers = { version = "0.15.2", path = "./vortex-flatbuffers" }
vortex-fsst = { version = "0.15.2", path = "./encodings/fsst" }
vortex-proto = { version = "0.15.2", path = "./vortex-proto" }
vortex-roaring = { version = "0.15.2", path = "./encodings/roaring" }
vortex-runend = { version = "0.15.2", path = "./encodings/runend" }
vortex-runend-bool = { version = "0.15.2", path = "./encodings/runend-bool" }
vortex-scalar = { version = "0.15.2", path = "./vortex-scalar", default-features = false }
vortex-schema = { version = "0.15.2", path = "./vortex-schema" }
vortex-serde = { version = "0.15.2", path = "./vortex-serde", default-features = false }
vortex-sampling-compressor = { version = "0.15.2", path = "./vortex-sampling-compressor" }
vortex-zigzag = { version = "0.15.2", path = "./encodings/zigzag" }
vortex = { version = "0.16.0", path = "./vortex" }
vortex-alp = { version = "0.16.0", path = "./encodings/alp" }
vortex-array = { version = "0.16.0", path = "./vortex-array" }
vortex-buffer = { version = "0.16.0", path = "./vortex-buffer" }
vortex-bytebool = { version = "0.16.0", path = "./encodings/bytebool" }
vortex-datafusion = { version = "0.16.0", path = "./vortex-datafusion" }
vortex-datetime-dtype = { version = "0.16.0", path = "./vortex-datetime-dtype" }
vortex-datetime-parts = { version = "0.16.0", path = "./encodings/datetime-parts" }
vortex-dict = { version = "0.16.0", path = "./encodings/dict" }
vortex-dtype = { version = "0.16.0", path = "./vortex-dtype", default-features = false }
vortex-error = { version = "0.16.0", path = "./vortex-error" }
vortex-expr = { version = "0.16.0", path = "./vortex-expr" }
vortex-fastlanes = { version = "0.16.0", path = "./encodings/fastlanes" }
vortex-flatbuffers = { version = "0.16.0", path = "./vortex-flatbuffers" }
vortex-fsst = { version = "0.16.0", path = "./encodings/fsst" }
vortex-proto = { version = "0.16.0", path = "./vortex-proto" }
vortex-roaring = { version = "0.16.0", path = "./encodings/roaring" }
vortex-runend = { version = "0.16.0", path = "./encodings/runend" }
vortex-runend-bool = { version = "0.16.0", path = "./encodings/runend-bool" }
vortex-scalar = { version = "0.16.0", path = "./vortex-scalar", default-features = false }
vortex-schema = { version = "0.16.0", path = "./vortex-schema" }
vortex-serde = { version = "0.16.0", path = "./vortex-serde", default-features = false }
vortex-sampling-compressor = { version = "0.16.0", path = "./vortex-sampling-compressor" }
vortex-zigzag = { version = "0.16.0", path = "./encodings/zigzag" }
# END crates published by this project

walkdir = "2.5.0"
Expand Down

0 comments on commit be164bf

Please sign in to comment.