diff --git a/Cargo.lock b/Cargo.lock index 5cdd6cd2..3f9f1c42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,7 +1966,7 @@ dependencies = [ [[package]] name = "objectstore-client" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "async-compression", @@ -2050,7 +2050,7 @@ dependencies = [ [[package]] name = "objectstore-types" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "http 1.3.1", diff --git a/Cargo.toml b/Cargo.toml index 0d55e196..a21362a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/clients/CHANGELOG.md b/clients/CHANGELOG.md index 17217352..0aa487f2 100644 --- a/clients/CHANGELOG.md +++ b/clients/CHANGELOG.md @@ -1,3 +1,5 @@ -# 0.0.1 +# Changelog + +## 0.0.1 This is the first release of the Objectstore client SDKs. diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 9f455be0..3de02156 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -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 = [ diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 6ea1915a..4df75909 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -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 diff --git a/objectstore-types/Cargo.toml b/objectstore-types/Cargo.toml index 98c0ab4c..d45f2b83 100644 --- a/objectstore-types/Cargo.toml +++ b/objectstore-types/Cargo.toml @@ -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 diff --git a/uv.lock b/uv.lock index 9470ba1a..518102f1 100644 --- a/uv.lock +++ b/uv.lock @@ -158,7 +158,7 @@ dev = [ [[package]] name = "objectstore-client" -version = "0.1.0" +version = "0.0.1" source = { editable = "clients/python" } dependencies = [ { name = "sentry-sdk" },