@@ -22,7 +22,7 @@ members = [
2222resolver = " 2"
2323
2424[workspace .package ]
25- version = " 0.10.1 "
25+ version = " 0.11.0 "
2626homepage = " https://github.com/spiraldb/vortex"
2727repository = " https://github.com/spiraldb/vortex"
2828authors = [
" Vortex Authors <[email protected] >" ]
@@ -129,29 +129,29 @@ url = "2"
129129uuid = " 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
157157walkdir = " 2.5.0"
0 commit comments