Skip to content

Commit 68538df

Browse files
authored
bump: upgrade 0.5.1 (#261)
1 parent b4dcfef commit 68538df

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 变更日志 | Change log
22

3+
### 0.5.1
4+
5+
- 修复: 使用安全的 UTF-8 字符边界处理修复字符串截断
6+
7+
---
8+
9+
- Fix: Fix panic on string truncation by using safe UTF-8 character boundary handling by @wslongchen
10+
11+
312
### 0.5.0
413

514
- 增强: rust-edition=2024, MSRV=1.80

Cargo.toml

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

1919
[package]
2020
name = "nacos-sdk"
21-
version = "0.5.0"
21+
version = "0.5.1"
2222
edition = "2024"
2323
authors = ["nacos-group", "CheirshCai <[email protected]>", "onewe <[email protected]>"]
2424
license = "Apache-2.0"

0 commit comments

Comments
 (0)