Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96543d4

Browse files
chore: release
1 parent 77d155e commit 96543d4

3 files changed

Lines changed: 101 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## `vortex-runend-bool` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.10.1...vortex-runend-bool-v0.11.0) - 2024-09-23
10+
11+
### Added
12+
- ArrayView::child will throw if encoding not found ([#886](https://github.com/spiraldb/vortex/pull/886))
13+
14+
## `vortex-bytebool` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-bytebool-v0.10.1...vortex-bytebool-v0.11.0) - 2024-09-23
15+
16+
### Added
17+
- ArrayView::child will throw if encoding not found ([#886](https://github.com/spiraldb/vortex/pull/886))
18+
19+
## `vortex-runend` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-runend-v0.10.1...vortex-runend-v0.11.0) - 2024-09-23
20+
21+
### Added
22+
- ArrayView::child will throw if encoding not found ([#886](https://github.com/spiraldb/vortex/pull/886))
23+
24+
## `vortex-roaring` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-roaring-v0.10.1...vortex-roaring-v0.11.0) - 2024-09-23
25+
26+
### Other
27+
- Update croaring-sys to 4.1.4 and remove workarounds for croaring/660 ([#898](https://github.com/spiraldb/vortex/pull/898))
28+
29+
## `vortex-fastlanes` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.10.1...vortex-fastlanes-v0.11.0) - 2024-09-23
30+
31+
### Added
32+
- ArrayView::child will throw if encoding not found ([#886](https://github.com/spiraldb/vortex/pull/886))
33+
34+
## `vortex-datafusion` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.10.1...vortex-datafusion-v0.11.0) - 2024-09-23
35+
36+
### Added
37+
- ArrayView::child will throw if encoding not found ([#886](https://github.com/spiraldb/vortex/pull/886))
38+
39+
### Other
40+
- VortexScanExec reports statistics to datafusion ([#909](https://github.com/spiraldb/vortex/pull/909))
41+
42+
## `vortex-scalar` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-scalar-v0.10.1...vortex-scalar-v0.11.0) - 2024-09-23
43+
44+
### Other
45+
- Teach StructTrait how to project fields ([#910](https://github.com/spiraldb/vortex/pull/910))
46+
47+
## `vortex-array` - [0.11.0](https://github.com/spiraldb/vortex/compare/0.10.1...0.11.0) - 2024-09-23
48+
49+
### Added
50+
- ArrayView::child will throw if encoding not found ([#886](https://github.com/spiraldb/vortex/pull/886))
51+
52+
### Other
53+
- Teach StructTrait how to project fields ([#910](https://github.com/spiraldb/vortex/pull/910))
54+
55+
## `vortex-alp` - [0.11.0](https://github.com/spiraldb/vortex/compare/vortex-alp-v0.10.1...vortex-alp-v0.11.0) - 2024-09-23
56+
57+
### Added
58+
- ArrayView::child will throw if encoding not found ([#886](https://github.com/spiraldb/vortex/pull/886))
59+
960
## `vortex-serde` - [0.10.1](https://github.com/spiraldb/vortex/compare/vortex-serde-v0.10.0...vortex-serde-v0.10.1) - 2024-09-20
1061

1162
### Added

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222
resolver = "2"
2323

2424
[workspace.package]
25-
version = "0.10.1"
25+
version = "0.11.0"
2626
homepage = "https://github.com/spiraldb/vortex"
2727
repository = "https://github.com/spiraldb/vortex"
2828
authors = ["Vortex Authors <[email protected]>"]
@@ -129,29 +129,29 @@ url = "2"
129129
uuid = "1.8.0"
130130

131131
# BEGIN crates published by this project
132-
vortex-alp = { version = "0.10.1", path = "./encodings/alp" }
133-
vortex-array = { version = "0.10.1", path = "./vortex-array" }
134-
vortex-buffer = { version = "0.10.1", path = "./vortex-buffer" }
135-
vortex-bytebool = { version = "0.10.1", path = "./encodings/bytebool" }
136-
vortex-datafusion = { version = "0.10.1", path = "./vortex-datafusion" }
137-
vortex-datetime-dtype = { version = "0.10.1", path = "./vortex-datetime-dtype" }
138-
vortex-datetime-parts = { version = "0.10.1", path = "./encodings/datetime-parts" }
139-
vortex-dict = { version = "0.10.1", path = "./encodings/dict" }
140-
vortex-dtype = { version = "0.10.1", path = "./vortex-dtype", default-features = false }
141-
vortex-error = { version = "0.10.1", path = "./vortex-error" }
142-
vortex-expr = { version = "0.10.1", path = "./vortex-expr" }
143-
vortex-fastlanes = { version = "0.10.1", path = "./encodings/fastlanes" }
144-
vortex-flatbuffers = { version = "0.10.1", path = "./vortex-flatbuffers" }
145-
vortex-fsst = { version = "0.10.1", path = "./encodings/fsst" }
146-
vortex-proto = { version = "0.10.1", path = "./vortex-proto" }
147-
vortex-roaring = { version = "0.10.1", path = "./encodings/roaring" }
148-
vortex-runend = { version = "0.10.1", path = "./encodings/runend" }
149-
vortex-runend-bool = { version = "0.10.1", path = "./encodings/runend-bool" }
150-
vortex-scalar = { version = "0.10.1", path = "./vortex-scalar", default-features = false }
151-
vortex-schema = { version = "0.10.1", path = "./vortex-schema" }
152-
vortex-serde = { version = "0.10.1", path = "./vortex-serde", default-features = false }
153-
vortex-sampling-compressor = { version = "0.10.1", path = "./vortex-sampling-compressor" }
154-
vortex-zigzag = { version = "0.10.1", path = "./encodings/zigzag" }
132+
vortex-alp = { version = "0.11.0", path = "./encodings/alp" }
133+
vortex-array = { version = "0.11.0", path = "./vortex-array" }
134+
vortex-buffer = { version = "0.11.0", path = "./vortex-buffer" }
135+
vortex-bytebool = { version = "0.11.0", path = "./encodings/bytebool" }
136+
vortex-datafusion = { version = "0.11.0", path = "./vortex-datafusion" }
137+
vortex-datetime-dtype = { version = "0.11.0", path = "./vortex-datetime-dtype" }
138+
vortex-datetime-parts = { version = "0.11.0", path = "./encodings/datetime-parts" }
139+
vortex-dict = { version = "0.11.0", path = "./encodings/dict" }
140+
vortex-dtype = { version = "0.11.0", path = "./vortex-dtype", default-features = false }
141+
vortex-error = { version = "0.11.0", path = "./vortex-error" }
142+
vortex-expr = { version = "0.11.0", path = "./vortex-expr" }
143+
vortex-fastlanes = { version = "0.11.0", path = "./encodings/fastlanes" }
144+
vortex-flatbuffers = { version = "0.11.0", path = "./vortex-flatbuffers" }
145+
vortex-fsst = { version = "0.11.0", path = "./encodings/fsst" }
146+
vortex-proto = { version = "0.11.0", path = "./vortex-proto" }
147+
vortex-roaring = { version = "0.11.0", path = "./encodings/roaring" }
148+
vortex-runend = { version = "0.11.0", path = "./encodings/runend" }
149+
vortex-runend-bool = { version = "0.11.0", path = "./encodings/runend-bool" }
150+
vortex-scalar = { version = "0.11.0", path = "./vortex-scalar", default-features = false }
151+
vortex-schema = { version = "0.11.0", path = "./vortex-schema" }
152+
vortex-serde = { version = "0.11.0", path = "./vortex-serde", default-features = false }
153+
vortex-sampling-compressor = { version = "0.11.0", path = "./vortex-sampling-compressor" }
154+
vortex-zigzag = { version = "0.11.0", path = "./encodings/zigzag" }
155155
# END crates published by this project
156156

157157
walkdir = "2.5.0"

0 commit comments

Comments
 (0)