Skip to content

Commit 4d68b15

Browse files
committed
🚀 release: bump version to 0.13.0
### Added - 📚 全面文档完善与质量提升 - 43个服务模块完整文档 - 72个文档测试100%通过 - Card、Event、Error模块完整文档 - 中文优先文档和最佳实践指导 ### Fixed - 🔧 CI/CD 流水线优化与构建修复 - 无默认特性构建支持 - Clippy 警告清零 - 40+ 示例文件添加 required-features 配置 - CI 性能优化和流水线稳定性提升 Details: - Update version from 0.12.0 to 0.13.0 - Comprehensive CHANGELOG.md update - Ready for crates.io publication
1 parent 5f0eeff commit 4d68b15

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.0] - 2025-01-03
11+
1012
### Added - 📚 全面文档完善与质量提升
1113

14+
### Fixed - 🔧 CI/CD 流水线优化与构建修复
15+
16+
#### 🚀 CI 构建流程完全修复
17+
- **✅ 无默认特性构建支持** - 修复 `--no-default-features` 构建错误
18+
- 条件编译 Arc 导入,避免未使用警告
19+
- 40+ 示例文件添加 `required-features` 配置
20+
- 确保示例只在相应特性启用时编译
21+
- **🎯 Clippy 警告清零** - 解决所有 clippy 警告和编译错误
22+
- 修复特性门控制的服务访问错误
23+
- 统一条件编译模式和导入规范
24+
- 代码格式标准化,提升可读性
25+
- **⚡ CI 性能优化** - GitHub Actions 流水线稳定性提升
26+
- 双重构建验证:`--no-default-features``--all-features`
27+
- 示例编译错误完全消除
28+
- 测试覆盖率和文档生成流程优化
29+
1230
#### ✨ 服务模块文档完整化 - 企业级文档标准
1331
- **📝 43个服务模块完整文档** - 为所有主要服务模块添加详细中文文档
1432
- 核心通讯:im、mail、group等服务文档

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-lark"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2021"
55
authors = ["ZoOL <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)