ITADN

版本发布 5

v0.12
? · 2024-12-09

## What's Changed * Drop Python 3.8 by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/84 * Switch to uv by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/85 * Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/samuelcolvin/rtoml/pull/81 * uprev PyO3 and add python 3.13 support by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/86 * fix upload/download artifacts in CI by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/87 * fix upload/download artifacts in CI, take 2 by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/88 * make lint ci faster by not building rtoml by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/89 ## New Contributors * @dependabot made their first contribution in https://github.com/samuelcolvin/rtoml/pull/81 **Full Changelog**: https://github.com/samuelcolvin/rtoml/compare/v0.11...v0.12

v0.12
? · 2024-12-09

## What's Changed * Drop Python 3.8 by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/84 * Switch to uv by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/85 * Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/samuelcolvin/rtoml/pull/81 * uprev PyO3 and add python 3.13 support by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/86 * fix upload/download artifacts in CI by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/87 * fix upload/download artifacts in CI, take 2 by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/88 * make lint ci faster by not building rtoml by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/89 ## New Contributors * @dependabot made their first contribution in https://github.com/samuelcolvin/rtoml/pull/81 **Full Changelog**: https://github.com/samuelcolvin/rtoml/compare/v0.11...v0.12

v0.12
? · 2024-12-09

## What's Changed * Drop Python 3.8 by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/84 * Switch to uv by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/85 * Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/samuelcolvin/rtoml/pull/81 * uprev PyO3 and add python 3.13 support by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/86 ## New Contributors * @dependabot made their first contribution in https://github.com/samuelcolvin/rtoml/pull/81 **Full Changelog**: https://github.com/samuelcolvin/rtoml/compare/v0.11...v0.12

v0.11
? · 2024-06-24

## What's Changed * fix windows aarch64 using `pyo3/generate-import-lib` by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/73 * Fixed a copy and paste issue for os: windows in ci.yml by @zerocewl in https://github.com/samuelcolvin/rtoml/pull/75 * Add argument `none_value` for `None` representation in loading and dumping by @pwwang in https://github.com/samuelcolvin/rtoml/pull/53 * upgrade to pyo3 0.21.2 by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/78 * uprev and trigger Full Build by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/79 ## New Contributors * @zerocewl made their first contribution in https://github.com/samuelcolvin/rtoml/pull/75 **Full Changelog**: https://github.com/samuelcolvin/rtoml/compare/v0.10...v0.11

v0.10
? · 2023-12-21

## What's Changed * build wheels for ppc64le and s390x by @messense in https://github.com/samuelcolvin/rtoml/pull/55 * Upgrade maturin to 0.14 by @messense in https://github.com/samuelcolvin/rtoml/pull/56 * Add test that proves datetime precision consistency by @vrslev in https://github.com/samuelcolvin/rtoml/pull/60 * add 3.12 by @pdecat in https://github.com/samuelcolvin/rtoml/pull/69 * drop python 3.7, fix 3.12 builds by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/70 * all ruff by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/71 * use `pypa/gh-action-pypi-publish` for release by @samuelcolvin in https://github.com/samuelcolvin/rtoml/pull/72 ## New Contributors * @vrslev made their first contribution in https://github.com/samuelcolvin/rtoml/pull/60 * @pdecat made their first contribution in https://github.com/samuelcolvin/rtoml/pull/69 **Full Changelog**: https://github.com/samuelcolvin/rtoml/compare/v0.9...v0.10