@@ -25,7 +25,7 @@ members = [
2525resolver = " 2"
2626
2727[workspace .package ]
28- version = " 0.18.1 "
28+ version = " 0.19.0 "
2929homepage = " https://github.com/spiraldb/vortex"
3030repository = " https://github.com/spiraldb/vortex"
3131authors = [
" Vortex Authors <[email protected] >" ]
@@ -138,32 +138,32 @@ url = "2"
138138uuid = " 1.8.0"
139139
140140# BEGIN crates published by this project
141- vortex = { version = " 0.18.1 " , path = " ./vortex" }
142- vortex-alp = { version = " 0.18.1 " , path = " ./encodings/alp" }
143- vortex-array = { version = " 0.18.1 " , path = " ./vortex-array" }
144- vortex-buffer = { version = " 0.18.1 " , path = " ./vortex-buffer" }
145- vortex-bytebool = { version = " 0.18.1 " , path = " ./encodings/bytebool" }
146- vortex-datafusion = { version = " 0.18.1 " , path = " ./vortex-datafusion" }
147- vortex-datetime-dtype = { version = " 0.18.1 " , path = " ./vortex-datetime-dtype" }
148- vortex-datetime-parts = { version = " 0.18.1 " , path = " ./encodings/datetime-parts" }
149- vortex-dict = { version = " 0.18.1 " , path = " ./encodings/dict" }
150- vortex-dtype = { version = " 0.18.1 " , path = " ./vortex-dtype" , default-features = false }
151- vortex-error = { version = " 0.18.1 " , path = " ./vortex-error" }
152- vortex-expr = { version = " 0.18.1 " , path = " ./vortex-expr" }
153- vortex-fastlanes = { version = " 0.18.1 " , path = " ./encodings/fastlanes" }
154- vortex-file = { version = " 0.18.1 " , path = " ./vortex-file" , default-features = false }
155- vortex-flatbuffers = { version = " 0.18.1 " , path = " ./vortex-flatbuffers" }
156- vortex-fsst = { version = " 0.18.1 " , path = " ./encodings/fsst" }
157- vortex-io = { version = " 0.18.1 " , path = " ./vortex-io" }
158- vortex-ipc = { version = " 0.18.1 " , path = " ./vortex-ipc" }
159- vortex-proto = { version = " 0.18.1 " , path = " ./vortex-proto" }
160- vortex-roaring = { version = " 0.18.1 " , path = " ./encodings/roaring" }
161- vortex-runend = { version = " 0.18.1 " , path = " ./encodings/runend" }
162- vortex-runend-bool = { version = " 0.18.1 " , path = " ./encodings/runend-bool" }
163- vortex-scalar = { version = " 0.18.1 " , path = " ./vortex-scalar" , default-features = false }
164- vortex-schema = { version = " 0.18.1 " , path = " ./vortex-schema" }
165- vortex-sampling-compressor = { version = " 0.18.1 " , path = " ./vortex-sampling-compressor" }
166- vortex-zigzag = { version = " 0.18.1 " , path = " ./encodings/zigzag" }
141+ vortex = { version = " 0.19.0 " , path = " ./vortex" }
142+ vortex-alp = { version = " 0.19.0 " , path = " ./encodings/alp" }
143+ vortex-array = { version = " 0.19.0 " , path = " ./vortex-array" }
144+ vortex-buffer = { version = " 0.19.0 " , path = " ./vortex-buffer" }
145+ vortex-bytebool = { version = " 0.19.0 " , path = " ./encodings/bytebool" }
146+ vortex-datafusion = { version = " 0.19.0 " , path = " ./vortex-datafusion" }
147+ vortex-datetime-dtype = { version = " 0.19.0 " , path = " ./vortex-datetime-dtype" }
148+ vortex-datetime-parts = { version = " 0.19.0 " , path = " ./encodings/datetime-parts" }
149+ vortex-dict = { version = " 0.19.0 " , path = " ./encodings/dict" }
150+ vortex-dtype = { version = " 0.19.0 " , path = " ./vortex-dtype" , default-features = false }
151+ vortex-error = { version = " 0.19.0 " , path = " ./vortex-error" }
152+ vortex-expr = { version = " 0.19.0 " , path = " ./vortex-expr" }
153+ vortex-fastlanes = { version = " 0.19.0 " , path = " ./encodings/fastlanes" }
154+ vortex-file = { version = " 0.19.0 " , path = " ./vortex-file" , default-features = false }
155+ vortex-flatbuffers = { version = " 0.19.0 " , path = " ./vortex-flatbuffers" }
156+ vortex-fsst = { version = " 0.19.0 " , path = " ./encodings/fsst" }
157+ vortex-io = { version = " 0.19.0 " , path = " ./vortex-io" }
158+ vortex-ipc = { version = " 0.19.0 " , path = " ./vortex-ipc" }
159+ vortex-proto = { version = " 0.19.0 " , path = " ./vortex-proto" }
160+ vortex-roaring = { version = " 0.19.0 " , path = " ./encodings/roaring" }
161+ vortex-runend = { version = " 0.19.0 " , path = " ./encodings/runend" }
162+ vortex-runend-bool = { version = " 0.19.0 " , path = " ./encodings/runend-bool" }
163+ vortex-scalar = { version = " 0.19.0 " , path = " ./vortex-scalar" , default-features = false }
164+ vortex-schema = { version = " 0.19.0 " , path = " ./vortex-schema" }
165+ vortex-sampling-compressor = { version = " 0.19.0 " , path = " ./vortex-sampling-compressor" }
166+ vortex-zigzag = { version = " 0.19.0 " , path = " ./encodings/zigzag" }
167167# END crates published by this project
168168
169169walkdir = " 2.5.0"
0 commit comments