v0.1.3 更新命令行入口别名、增加 CHANGELOG.md
pyproject.toml 中的命令行入口别名从 suanapi 改为 njupt-suan-api,与包名一致。这可以方便使用 uvx 部署运行本项目。 另外,增加了 CHANGELOG.md 文件以记录主要变更。
This commit is contained in:
17
CHANGELOG.md
Normal file
17
CHANGELOG.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# CHANGELOG
|
||||
|
||||
此文件中记录 NJUPT Suan API 的主要的版本变更日志。
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
6 种更新类别:Added、Changed、Deprecated、Removed、Fixed、Security。
|
||||
|
||||
## [0.1.3] - 2026-04-26
|
||||
|
||||
### Changed
|
||||
|
||||
- 更改项目的 cli 入口别名与包名 `njupt-suan-api` 一致,以支持更简单地通过 uv tool / uvx 部署本项目。
|
||||
- 依赖更新:
|
||||
- fastapi -> 0.136.1
|
||||
- typer -> 0.25.0
|
||||
Reference in New Issue
Block a user