File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.13.0] - 2025-01-03
11
+
10
12
### Added - 📚 全面文档完善与质量提升
11
13
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
+
12
30
#### ✨ 服务模块文档完整化 - 企业级文档标准
13
31
- ** 📝 43个服务模块完整文档** - 为所有主要服务模块添加详细中文文档
14
32
- 核心通讯:im、mail、group等服务文档
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " open-lark"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
edition = " 2021"
5
5
authors = [
" ZoOL <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments