Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 08 May 08:28
· 3 commits to refs/heads/main since this release

BabelDOC v0.6.2

Highlights

  • Fixed a CI lint issue in the public source package.
    修复公开源码包中的 CI lint 检查问题。
  • Restored Python 3.10 installation compatibility by constraining
    onnxruntime to versions that still provide Python 3.10 wheels.
    通过约束 onnxruntime 版本,恢复 Python 3.10 环境下的安装兼容性。

Compatibility Notes

  • This release is a focused packaging and CI compatibility follow-up to
    v0.6.1. It does not change the recursion hardening behavior introduced in
    v0.6.1.
    本版本是 v0.6.1 之后的打包与 CI 兼容性修复版本,不改变 v0.6.1 引入的递归防护行为。

Changes

  • No changes

Contributors

@awwaawwa