Files
xc-llm-kunlun/CHANGELOG.md

21 lines
477 B
Markdown
Raw Normal View History

2025-12-10 12:05:39 +08:00
Changelog
2025-12-10 17:51:24 +08:00
===
以下记录了项目中所有值得关注的变更内容,其格式基于[Keep a Changelog]。
2025-12-10 12:05:39 +08:00
2025-12-10 17:51:24 +08:00
本项目版本遵守[Semantic Versioning]和[PEP-440]。
2025-12-10 12:05:39 +08:00
---
### Added
2025-12-10 17:51:24 +08:00
- 这里记录新添加的内容
2025-12-10 12:05:39 +08:00
### Changed
2025-12-10 17:51:24 +08:00
- 这里记录变更的内容
2025-12-10 12:05:39 +08:00
0.1.0 - 2025-08-12
---
### Added
2025-12-10 17:51:24 +08:00
- 创建项目
2025-12-10 12:05:39 +08:00
[Keep a Changelog]: https://keepachangelog.com/zh-CN/1.0.0/
[Semantic Versioning]: https://semver.org/lang/zh-CN/
[PEP-440]: https://www.python.org/dev/peps/pep-0440/