Skip to content

Commit 847fc9f

Browse files
author
iii-ci[bot]
committed
chore: bump versions for release -- iii(iii/v0.19.7)
1 parent b3dcd90 commit 847fc9f

12 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ members = [
2020
]
2121

2222
[workspace.package]
23-
version = "0.19.7-next.1"
23+
version = "0.19.7"
2424
edition = "2024"
2525
authors = ["Motia LLC"]
2626
repository = "https://github.com/iii-hq/iii"
2727
homepage = "https://iii.dev"
2828

2929
[workspace.dependencies]
3030
iii-sdk = { path = "sdk/packages/rust/iii" }
31-
iii-observability = { path = "sdk/packages/rust/observability", version = "0.19.7-next.1" }
31+
iii-observability = { path = "sdk/packages/rust/observability", version = "0.19.7" }
3232
scaffolder-core = { path = "crates/scaffolder-core" }
3333

3434
# Shared dependencies used by tooling crates

console/packages/console-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iii-console"
3-
version = "0.19.7-next.1"
3+
version = "0.19.7"
44
edition = "2021"
55
description = "Developer console for the iii engine"
66
license = "Apache-2.0"

engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iii"
3-
version = "0.19.7-next.1"
3+
version = "0.19.7"
44
edition = "2024"
55
license = "Elastic-2.0"
66

sdk/packages/go/iii/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ type workerMetadata struct {
608608

609609
// sdkVersion is reported in the worker metadata. Kept as a const for v1; a release
610610
// process can wire this to the module version later.
611-
const sdkVersion = "0.19.7-next.1"
611+
const sdkVersion = "0.19.7"
612612

613613
// writeLoop is the single writer for one connection. It drains the shared outbound
614614
// channel (connection-agnostic frames) and this connection's own reply channel

sdk/packages/node/iii-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iii-browser-sdk",
3-
"version": "0.19.7-next.1",
3+
"version": "0.19.7",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

sdk/packages/node/iii/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iii-sdk",
3-
"version": "0.19.7-next.1",
3+
"version": "0.19.7",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

sdk/packages/node/observability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iii-dev/observability",
3-
"version": "0.19.7-next.1",
3+
"version": "0.19.7",
44
"private": false,
55
"publishConfig": { "access": "public" },
66
"type": "module",

sdk/packages/python/iii/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "iii-sdk"
7-
version = "0.19.7.dev1"
7+
version = "0.19.7"
88
description = "III SDK for Python"
99
authors = [{ name = "III" }]
1010
license = { text = "Apache-2.0" }
@@ -23,7 +23,7 @@ dependencies = [
2323
"websockets>=12.0",
2424
"pydantic>=2.0",
2525
"opentelemetry-api>=1.25",
26-
"iii-observability==0.19.7.dev1",
26+
"iii-observability==0.19.7",
2727
]
2828

2929
[project.urls]

sdk/packages/python/observability/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "iii-observability"
7-
version = "0.19.7.dev1"
7+
version = "0.19.7"
88
description = "OpenTelemetry and logging primitives shared across iii SDKs."
99
authors = [{ name = "III" }]
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)