Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lto = "thin"
objectstore-client = { path = "clients/rust" }
objectstore-server = { path = "objectstore-server" }
objectstore-service = { path = "objectstore-service" }
objectstore-types = { path = "objectstore-types", version = "0.1.0" }
objectstore-types = { path = "objectstore-types", version = "0.0.1" }
stresstest = { path = "stresstest" }

anyhow = "1.0.98"
Expand Down
4 changes: 3 additions & 1 deletion clients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.0.1
# Changelog

## 0.0.1

This is the first release of the Objectstore client SDKs.
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "objectstore-client"
version = "0.1.0"
version = "0.0.1"
description = "Client SDK for Objectstore, the Sentry object storage platform"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Client SDK for Objectstore, the Sentry object storage platform"
homepage = "https://getsentry.github.io/objectstore/"
repository = "https://github.com/getsentry/objectstore"
license-file = "../../LICENSE.md"
version = "0.1.0"
version = "0.0.1"
edition = "2024"
rust-version = "1.89"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion objectstore-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Shared types for the Objectstore client and server"
homepage = "https://getsentry.github.io/objectstore/"
repository = "https://github.com/getsentry/objectstore"
license-file = "../LICENSE.md"
version = "0.1.0"
version = "0.0.1"
edition = "2024"
publish = true

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.