Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 10:51
· 5 commits to main since this release
2b254f1

Changed

  • The wheels moved to their own repository,
    dynamic-config-rs/dynamic-config-python,
    and release on their own schedule from there. The package name, the
    import name and the API are unchanged; what moved is where issues are
    filed and where the book lives —
    dynamic-config-rs.github.io/python/.

  • The project links on PyPI say more. Homepage is the book rather
    than a Rust workspace's front page, Documentation points at the API
    reference, and Issues was added — a reader arriving from PyPI now
    lands on Python prose in one click.

  • More keywords and classifiers, because both are how PyPI's search
    and filters find a package at all: Framework :: Pydantic,
    Framework :: AsyncIO, the systems-administration and distributed
    topics, and the words a person actually types (dotenv, toml,
    twelve-factor, live-reload).

  • The engine and the store crates are named with a caret in the
    manifests these wheels are built from, so a patch release of either
    reaches a source build without a release here.