Skip to content

Commit 1190b21

Browse files
authored
chore(release): cut v0.7.1 (#582)
* chore(release): cut v0.7.1 * fix(release): refresh binding path locks
1 parent 91e0987 commit 1190b21

19 files changed

Lines changed: 65 additions & 37 deletions

File tree

.github/workflows/release-moraine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: "Tag to release (for example v0.7.0)"
10+
description: "Tag to release (for example v0.7.1)"
1111
required: true
1212
type: string
1313
target:

Cargo.lock

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

apps/moraine-ingest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moraine-ingest"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Moraine ingest service binary"
66

apps/moraine-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moraine-mcp"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Moraine MCP stdio entry and unified backend daemon"
66

apps/moraine-monitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moraine-monitor"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Deprecated alias for the unified Moraine backend"
66

apps/moraine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moraine"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Unified runtime control plane for Moraine services"
66

bindings/python/moraine_conversations/Cargo.lock

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

crates/moraine-clickhouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moraine-clickhouse"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Shared Moraine ClickHouse client and query helpers"
66

crates/moraine-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moraine-config"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Shared Moraine configuration schema and loaders"
66

crates/moraine-conversations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moraine-conversations"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "High-level read/query APIs for Moraine conversations"
66

0 commit comments

Comments
 (0)