Skip to content

Commit 124bf69

Browse files
authored
Recover from failed/yanked released (#2566)
In order to get release-plz back on track, we need to manually bump the version. This is a [known issue](https://release-plz.dev/docs/extra/yanked-packages) in how it deals with yanked version
1 parent 46f10c1 commit 124bf69

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = ["wasm-test"]
2929
resolver = "2"
3030

3131
[workspace.package]
32-
version = "0.25.0"
32+
version = "0.25.1"
3333
homepage = "https://github.com/spiraldb/vortex"
3434
repository = "https://github.com/spiraldb/vortex"
3535
authors = ["Vortex Authors <[email protected]>"]
@@ -164,33 +164,33 @@ wasm-bindgen-futures = "0.4.39"
164164
witchcraft-metrics = "1.0.1"
165165

166166
# BEGIN crates published by this project
167-
vortex = { version = "0.25.0", path = "./vortex" }
168-
vortex-alp = { version = "0.25.0", path = "./encodings/alp" }
169-
vortex-array = { version = "0.25.0", path = "./vortex-array" }
170-
vortex-btrblocks = { version = "0.25.0", path = "./vortex-btrblocks" }
171-
vortex-buffer = { version = "0.25.0", path = "./vortex-buffer" }
172-
vortex-bytebool = { version = "0.25.0", path = "./encodings/bytebool" }
173-
vortex-datafusion = { version = "0.25.0", path = "./vortex-datafusion" }
174-
vortex-datetime-dtype = { version = "0.25.0", path = "./vortex-datetime-dtype" }
175-
vortex-datetime-parts = { version = "0.25.0", path = "./encodings/datetime-parts" }
176-
vortex-dict = { version = "0.25.0", path = "./encodings/dict" }
177-
vortex-dtype = { version = "0.25.0", path = "./vortex-dtype", default-features = false }
178-
vortex-error = { version = "0.25.0", path = "./vortex-error" }
179-
vortex-expr = { version = "0.25.0", path = "./vortex-expr" }
180-
vortex-fastlanes = { version = "0.25.0", path = "./encodings/fastlanes" }
181-
vortex-file = { version = "0.25.0", path = "./vortex-file", default-features = false }
182-
vortex-flatbuffers = { version = "0.25.0", path = "./vortex-flatbuffers" }
183-
vortex-fsst = { version = "0.25.0", path = "./encodings/fsst" }
184-
vortex-io = { version = "0.25.0", path = "./vortex-io" }
185-
vortex-ipc = { version = "0.25.0", path = "./vortex-ipc" }
186-
vortex-layout = { version = "0.25.0", path = "./vortex-layout" }
187-
vortex-mask = { version = "0.25.0", path = "./vortex-mask" }
188-
vortex-metrics = { version = "0.25.0", path = "./vortex-metrics" }
189-
vortex-proto = { version = "0.25.0", path = "./vortex-proto" }
190-
vortex-runend = { version = "0.25.0", path = "./encodings/runend" }
191-
vortex-scalar = { version = "0.25.0", path = "./vortex-scalar", default-features = false }
192-
vortex-sparse = { version = "0.25.0", path = "./encodings/sparse" }
193-
vortex-zigzag = { version = "0.25.0", path = "./encodings/zigzag" }
167+
vortex = { version = "0.25.1", path = "./vortex" }
168+
vortex-alp = { version = "0.25.1", path = "./encodings/alp" }
169+
vortex-array = { version = "0.25.1", path = "./vortex-array" }
170+
vortex-btrblocks = { version = "0.25.1", path = "./vortex-btrblocks" }
171+
vortex-buffer = { version = "0.25.1", path = "./vortex-buffer" }
172+
vortex-bytebool = { version = "0.25.1", path = "./encodings/bytebool" }
173+
vortex-datafusion = { version = "0.25.1", path = "./vortex-datafusion" }
174+
vortex-datetime-dtype = { version = "0.25.1", path = "./vortex-datetime-dtype" }
175+
vortex-datetime-parts = { version = "0.25.1", path = "./encodings/datetime-parts" }
176+
vortex-dict = { version = "0.25.1", path = "./encodings/dict" }
177+
vortex-dtype = { version = "0.25.1", path = "./vortex-dtype", default-features = false }
178+
vortex-error = { version = "0.25.1", path = "./vortex-error" }
179+
vortex-expr = { version = "0.25.1", path = "./vortex-expr" }
180+
vortex-fastlanes = { version = "0.25.1", path = "./encodings/fastlanes" }
181+
vortex-file = { version = "0.25.1", path = "./vortex-file", default-features = false }
182+
vortex-flatbuffers = { version = "0.25.1", path = "./vortex-flatbuffers" }
183+
vortex-fsst = { version = "0.25.1", path = "./encodings/fsst" }
184+
vortex-io = { version = "0.25.1", path = "./vortex-io" }
185+
vortex-ipc = { version = "0.25.1", path = "./vortex-ipc" }
186+
vortex-layout = { version = "0.25.1", path = "./vortex-layout" }
187+
vortex-mask = { version = "0.25.1", path = "./vortex-mask" }
188+
vortex-metrics = { version = "0.25.1", path = "./vortex-metrics" }
189+
vortex-proto = { version = "0.25.1", path = "./vortex-proto" }
190+
vortex-runend = { version = "0.25.1", path = "./encodings/runend" }
191+
vortex-scalar = { version = "0.25.1", path = "./vortex-scalar", default-features = false }
192+
vortex-sparse = { version = "0.25.1", path = "./encodings/sparse" }
193+
vortex-zigzag = { version = "0.25.1", path = "./encodings/zigzag" }
194194
# END crates published by this project
195195

196196
worker = "0.5.0"

0 commit comments

Comments
 (0)