Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

61 lines (31 loc) · 3.15 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2024-12-07)

Features

  • ✨ 使用 release-please 代替过时的 standard-version (d76f48c)

Bug Fixes

  • 🐛 让 GitHub workflow 在 main 和 master 分支都能用 (d5c368e)
  • 💚 不再默认配置发布到 pypi (7c078ba)

1.0.1 (2024-11-18)

🐛 Bug Fixes

  • ➖ 不再使用 sourcery 检查代码 (e60bb53)

1.0.0 (2024-11-18)

⚠ BREAKING CHANGES

  • build-package:
  • init-this-repo,-commands:-new,-init,-fresh:

🔧 Chores

  • 🙈 忽略playground笔记本 (0ea63d3)

🏗️ Build System

  • ⬆️ 放宽版本依赖 (e0005b2)
  • build-package: my first package mksci built (c3d9a49)

♻️ Code Refactoring

  • ♻️ 删除不再需要的文档工具,更新说明文档 (7a614e2)
  • ♻️ 重新配置为python项目模板 (6b28503)

✨ Features

  • ✨ include tox.ini (335c5b3)
  • ✨ 使用 standard-version 进行版本管理 (bccda87)
  • ✨ 更好的版本发布 (f5ad128)
  • init-this-repo,-commands:-new,-init,-fresh: now, can build repo, cp initialize files and then generate readme file automatically (5f69346)

🐛 Bug Fixes

  • 💚 修正版本更新器 (46fdbb6)
  • command-new: now command new run at cmd correctly (29e4095)