Compare commits

...

2 Commits

Author SHA1 Message Date
405d7ff3b9 v0.1.5 早期准备
顺便检修一下本地开发环境中的问题。此 commit 无有效信息。
2026-04-26 20:28:42 +08:00
e7892a21a5 更新 changelog
更新 changelog,还有忘记改版本号惹 TT
2026-04-26 18:43:31 +08:00
2 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6 种更新类别Added、Changed、Deprecated、Removed、Fixed、Security。 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 ## [0.1.3] - 2026-04-26
### Changed ### Changed

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "njupt-suan-api" name = "njupt-suan-api"
version = "0.1.3" version = "0.1.5"
description = "API and MCP server for NJUPT infomation ~" description = "API and MCP server for NJUPT infomation ~"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"