Releases: smjc-org/py-submit
Releases · smjc-org/py-submit
0.6.1
0.6.0
Refactor
此版本开始,使用 click 构建命令行程序,大部分选项名称和行为都发生了变化,具体如下:
copyfile需要指定--sas-file和--txt-file,不再接受位置参数copydir需要指定--sas-dir和--txt-dir,不再接受位置参数- 移除
--convert-mode,使用--positive/--no-positive和--negative/--no-negative替换 - 移除
--macro-subs,使用--substitute替换 - 新增
--merge-name - 重命名
--exclude-dirs为--exclude-dir - 重命名
--exclude-files为--exclude-file
各选项具体用法详见 CLI。
New features
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
What's Changed
- fix:
exclude-filesnot work in root dir by @Snoopy1866 in #25 - docs: update installation guide by @Snoopy1866 in #15
- ci: introduce coverage by @Snoopy1866 in #16
- chore: move
pytest-covto dev group by @Snoopy1866 in #26 - chore: pre-commit autoupdate by @pre-commit-ci in #17, #18, #19, #20, #21, #22, #23, #24
- chore(deps): update dependency pre-commit to v4.1.0 by @renovate in #27
- chore(deps): update dependency ruff to v0.9.7 by @renovate in #28
New Contributors
- @pre-commit-ci made their first contribution in #17
- @renovate made their first contribution in #27
Full Changelog: 0.5.1...0.5.2
0.5.1
0.5.0
0.4.0
New Features
- 新增参数
--merge,用于合并到一个单独的.txt文件