chore(staging): v0.57.2

This commit is contained in:
github-actions[bot]
2026-05-29 06:41:33 +00:00
parent db3fdc2e6c
commit 1a3bfbb088
6 changed files with 8 additions and 7 deletions
Generated
+1 -1
View File
@@ -5060,7 +5060,7 @@ dependencies = [
[[package]]
name = "openhuman"
version = "0.57.1"
version = "0.57.2"
dependencies = [
"aes-gcm",
"aho-corasick",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openhuman"
version = "0.57.1"
version = "0.57.2"
edition = "2021"
description = "OpenHuman core business logic and RPC server"
autobins = false
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openhuman-app",
"version": "0.57.1",
"version": "0.57.2",
"type": "module",
"engines": {
"node": ">=24.0.0"
+3 -2
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "OpenHuman"
version = "0.57.1"
version = "0.57.2"
dependencies = [
"anyhow",
"async-trait",
@@ -5212,9 +5212,10 @@ dependencies = [
[[package]]
name = "openhuman"
version = "0.57.1"
version = "0.57.2"
dependencies = [
"aes-gcm",
"aho-corasick",
"anyhow",
"arboard",
"argon2",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "OpenHuman"
version = "0.57.1"
version = "0.57.2"
description = "OpenHuman - AI-powered Super Assistant"
authors = ["OpenHuman"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenHuman",
"version": "0.57.1",
"version": "0.57.2",
"identifier": "com.openhuman.app",
"build": {
"beforeDevCommand": "pnpm run dev",