Files
NJUPT-Suan-API/CHANGELOG.md
MangoFanFanw 405d7ff3b9 v0.1.5 早期准备
顺便检修一下本地开发环境中的问题。此 commit 无有效信息。
2026-04-26 20:28:42 +08:00

28 lines
743 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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。
## [Unreleased]
等待中...
## [0.1.4] - 2026-04-26
### Fixed
- 修复从命令行运行 `njupt-suan-api init` 时由于 playwright 命令未找到而失败的问题。
## [0.1.3] - 2026-04-26
### Changed
- 更改项目的 cli 入口别名与包名 `njupt-suan-api` 一致,以支持更简单地通过 uv tool / uvx 部署本项目。
- 依赖更新:
- fastapi -> 0.136.1
- typer -> 0.25.0