Skip to content

Commit 9d064a8

Browse files
committed
chore(relese): v0.8.5
1 parent b424032 commit 9d064a8

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

changelog/v0.8.5.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 📦 Unla v0.8.5
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## 🔧 其他
6+
7+
- 修复:删除无用的rollup选项以解决构建问题 (#198)
8+
9+
---
10+
11+
📘 文档:https://docs.unla.amoylab.com/
12+
🐙 源码:https://github.com/amoylab/unla
13+
🐳 Docker 镜像:`ghcr.io/amoylab/unla/allinone:latest`
14+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
15+
🔗 扫描下方二维码加入社区微信群,备注:`unla`
16+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
17+
18+
---
19+
20+
感谢所有参与和关注该项目的开发者与用户 💖
21+
22+
---
23+
24+
## 🔧 Others
25+
26+
- Fix: Delete useless rollup options to fix build issues (#198)
27+
28+
---
29+
30+
📘 Docs: https://docs.unla.amoylab.com/
31+
🐙 Source: https://github.com/amoylab/unla
32+
🐳 Docker Image: `ghcr.io/amoylab/unla/allinone:latest`
33+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
34+
🔗 Scan the QR code below to join WeChat community group, note: `unla`
35+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
36+
37+
---
38+
39+
Thanks to all contributors and early users! 💖

deploy/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.8.4
18+
version: 0.8.5
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.8.4"
24+
appVersion: "0.8.5"

pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.4
1+
v0.8.5

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unla-dashboard",
33
"private": true,
4-
"version": "0.8.4",
4+
"version": "0.8.5",
55
"type": "module",
66
"description": "Unla Dashboard - A modern web interface for managing MCP Gateway services",
77
"keywords": [

0 commit comments

Comments
 (0)