Skip to content

Commit 9c5acb7

Browse files
committed
chore: release 2026.5.17
1 parent 832b65c commit 9c5acb7

132 files changed

Lines changed: 234 additions & 224 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Docs: https://docs.openclaw.ai
44

5-
## Unreleased
5+
## 2026.5.17
66

77
### Changes
88

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ android {
6565
applicationId = "ai.openclaw.app"
6666
minSdk = 31
6767
targetSdk = 36
68-
versionCode = 2026051600
69-
versionName = "2026.5.16"
68+
versionCode = 2026051700
69+
versionName = "2026.5.17"
7070
ndk {
7171
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
7272
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

apps/ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenClaw iOS Changelog
22

3+
## 2026.5.17 - 2026-05-17
4+
5+
Maintenance update for the current OpenClaw release.
6+
37
## 2026.5.12 - 2026-05-12
48

59
Maintenance update for the current OpenClaw beta release.

apps/ios/Config/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Source of truth: apps/ios/version.json
33
// Generated by scripts/ios-sync-versioning.ts.
44

5-
OPENCLAW_IOS_VERSION = 2026.5.16
6-
OPENCLAW_MARKETING_VERSION = 2026.5.16
5+
OPENCLAW_IOS_VERSION = 2026.5.17
6+
OPENCLAW_MARKETING_VERSION = 2026.5.17
77
OPENCLAW_BUILD_VERSION = 1
88

99
#include? "../build/Version.xcconfig"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Maintenance update for the current OpenClaw beta release.
1+
Maintenance update for the current OpenClaw release.

apps/ios/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2026.5.16"
2+
"version": "2026.5.17"
33
}

apps/macos/Sources/OpenClaw/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2026.5.16</string>
18+
<string>2026.5.17</string>
1919
<key>CFBundleVersion</key>
20-
<string>2026051600</string>
20+
<string>2026051700</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</key>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
56a29bf137ba67d2c4a428c9d45bf207bc61278f83a28fea972c583f698be62e plugin-sdk-api-baseline.json
2-
0f1c320de15ec315e95acfc4b3acb3333c8b7f86cd14df03070bc540ab4a598e plugin-sdk-api-baseline.jsonl
1+
ebb0a08ebd9a8380d570b4271d34c0203b867cf44d7f98727a23cc06157861a3 plugin-sdk-api-baseline.json
2+
b8216744af469b6aefdf40460e9661586d0f8bff81b8529b35c85d0ee0cf50d3 plugin-sdk-api-baseline.jsonl

extensions/acpx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/acpx",
3-
"version": "2026.5.16",
3+
"version": "2026.5.17",
44
"description": "OpenClaw ACP runtime backend",
55
"repository": {
66
"type": "git",
@@ -26,10 +26,10 @@
2626
"minHostVersion": ">=2026.4.25"
2727
},
2828
"compat": {
29-
"pluginApi": ">=2026.5.16"
29+
"pluginApi": ">=2026.5.17"
3030
},
3131
"build": {
32-
"openclawVersion": "2026.5.16",
32+
"openclawVersion": "2026.5.17",
3333
"staticAssets": [
3434
{
3535
"source": "./src/runtime-internals/mcp-proxy.mjs",

extensions/admin-http-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/admin-http-rpc",
3-
"version": "2026.5.16",
3+
"version": "2026.5.17",
44
"private": true,
55
"description": "OpenClaw admin HTTP RPC endpoint",
66
"type": "module",

0 commit comments

Comments
 (0)