Skip to content

release: 准备 v1.0.2 版本发布#13

Merged
kainonly merged 1 commit into
mainfrom
claude/release-v1.0.2-docs-VU2t2
Mar 17, 2026
Merged

release: 准备 v1.0.2 版本发布#13
kainonly merged 1 commit into
mainfrom
claude/release-v1.0.2-docs-VU2t2

Conversation

@kainonly
Copy link
Copy Markdown
Owner

  • 更新 CHANGELOG.md 添加 v1.0.2 修复记录
  • 更新 README/README.zh-CN sort 规则说明,支持嵌套字段格式
  • 新增 docs/releases/v1.0.2.md 发布说明

https://claude.ai/code/session_01CkVPtJvLvMEZUABCthkBUg

- 更新 CHANGELOG.md 添加 v1.0.2 修复记录
- 更新 README/README.zh-CN sort 规则说明,支持嵌套字段格式
- 新增 docs/releases/v1.0.2.md 发布说明

https://claude.ai/code/session_01CkVPtJvLvMEZUABCthkBUg
Copilot AI review requested due to automatic review settings March 17, 2026 03:57
@kainonly kainonly merged commit 61b368b into main Mar 17, 2026
3 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

为 v1.0.2 版本发布做准备,补充本次修复内容到变更日志与文档,并更新 sort 规则说明以体现对嵌套字段格式的支持。

Changes:

  • 更新 CHANGELOG.md,新增 v1.0.2 的修复记录与版本链接
  • 更新中英文 README 中 Sort() 规则说明,补充嵌套字段示例
  • 新增 docs/releases/v1.0.2.md 发布说明文档

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
docs/releases/v1.0.2.md 新增 v1.0.2 release notes
README.zh-CN.md 更新 sort 规则说明,增加嵌套字段示例
README.md 更新 sort 规则说明,增加嵌套字段示例
CHANGELOG.md 新增 v1.0.2 修复条目与版本链接

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread docs/releases/v1.0.2.md
Comment on lines +9 to +13
## Upgrade

```bash
go get github.com/kainonly/go@v1.0.2
```
Comment thread README.md
| Rule | Tag | Description |
|------|-----|------|
| `Sort()` | `sort` | Sort format: `field:1` or `field:-1` |
| `Sort()` | `sort` | Sort format: `field:1`, `field:-1`, or `field.sub:1` |
Comment thread README.zh-CN.md
| 规则 | Tag | 描述 |
|------|-----|------|
| `Sort()` | `sort` | 排序格式 `field:1` 或 `field:-1` |
| `Sort()` | `sort` | 排序格式 `field:1`、`field:-1` 或 `field.sub:1` |
Comment thread docs/releases/v1.0.2.md
Comment on lines +1 to +5
# v1.0.2 Release Notes

**Release Date:** 2026-03-17

## Bug Fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants