Skip to content

Commit e4cb441

Browse files
committed
release: 0.0.13
1 parent 2393509 commit e4cb441

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ objectstore-client = { path = "clients/rust" }
2525
objectstore-server = { path = "objectstore-server" }
2626
objectstore-service = { path = "objectstore-service" }
2727
objectstore-test = { path = "objectstore-test" }
28-
objectstore-types = { path = "objectstore-types", version = "0.0.12" }
28+
objectstore-types = { path = "objectstore-types", version = "0.0.13" }
2929
stresstest = { path = "stresstest" }
3030

3131
anyhow = "1.0.69"

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "objectstore-client"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
description = "Client SDK for Objectstore, the Sentry object storage platform"
55
readme = "README.md"
66
authors = [

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Client SDK for Objectstore, the Sentry object storage platform"
55
homepage = "https://getsentry.github.io/objectstore/"
66
repository = "https://github.com/getsentry/objectstore"
77
license-file = "../../LICENSE.md"
8-
version = "0.0.12"
8+
version = "0.0.13"
99
edition = "2024"
1010
rust-version = "1.89"
1111
publish = true

objectstore-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Shared types for the Objectstore client and server"
55
homepage = "https://getsentry.github.io/objectstore/"
66
repository = "https://github.com/getsentry/objectstore"
77
license-file = "../LICENSE.md"
8-
version = "0.0.12"
8+
version = "0.0.13"
99
edition = "2024"
1010
publish = true
1111

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)