Skip to content

Commit

Permalink
chore: release (#573)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `vortex-alp`: 0.5.0 -> 0.6.0
* `vortex-array`: 0.5.0 -> 0.6.0
* `vortex-buffer`: 0.5.0 -> 0.6.0
* `vortex-dtype`: 0.5.0 -> 0.6.0
* `vortex-error`: 0.5.0 -> 0.6.0
* `vortex-flatbuffers`: 0.5.0 -> 0.6.0
* `vortex-proto`: 0.5.0 -> 0.6.0
* `vortex-expr`: 0.5.0 -> 0.6.0
* `vortex-scalar`: 0.5.0 -> 0.6.0
* `vortex-datafusion`: 0.5.0 -> 0.6.0
* `vortex-serde`: 0.5.0 -> 0.6.0
* `vortex-fastlanes`: 0.5.0 -> 0.6.0
* `vortex-sampling-compressor`: 0.5.0 -> 0.6.0
* `vortex-datetime-parts`: 0.5.0 -> 0.6.0
* `vortex-dict`: 0.5.0 -> 0.6.0
* `vortex-roaring`: 0.5.0 -> 0.6.0
* `vortex-runend`: 0.5.0 -> 0.6.0
* `vortex-zigzag`: 0.5.0 -> 0.6.0
* `vortex-bytebool`: 0.5.0 -> 0.6.0
* `vortex-runend-bool`: 0.5.0 -> 0.6.0

<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] committed Aug 9, 2024
1 parent abb9eaa commit 4bfed1a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 44 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `vortex-serde` - [0.6.0](https://github.com/spiraldb/vortex/compare/vortex-serde-v0.5.0...vortex-serde-v0.6.0) - 2024-08-09

### Other
- Only deserialize the required dtypes by projection from the footer ([#569](https://github.com/spiraldb/vortex/pull/569))

## `vortex-buffer` - [0.6.0](https://github.com/spiraldb/vortex/compare/vortex-buffer-v0.5.0...vortex-buffer-v0.6.0) - 2024-08-09

### Other
- enforce docstrings in vortex-buffer ([#575](https://github.com/spiraldb/vortex/pull/575))

## `vortex-array` - [0.6.0](https://github.com/spiraldb/vortex/compare/vortex-array-v0.5.0...vortex-array-v0.6.0) - 2024-08-09

### Other
- Remove to_present_null_buffer from LogicalValidity ([#579](https://github.com/spiraldb/vortex/pull/579))

## `vortex-runend-bool` - [0.5.0](https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.4.12...vortex-runend-bool-v0.5.0) - 2024-08-08

### Other
Expand Down
46 changes: 23 additions & 23 deletions Cargo.lock

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

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

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

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

walkdir = "2.5.0"
Expand Down

0 comments on commit 4bfed1a

Please sign in to comment.