Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

75 lines (45 loc) · 1.96 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.1.0a8] - 2024-09-17

Added

  • Support stable ABI (abi3) wheels in lock file. #32

[0.1.0a7] - 2024-08-08

Added

  • shared_library key is removed from the lock file. #31

[0.1.0a6] - 2024-04-03

Added

  • The info field now contains an optional abi_version. #27

[0.1.0a5] - 2024-04-03

Changed

  • pydantic >= 2.0 is now required. #26

[0.1.0a4] - 2023-11-17

Added

  • Pinned to pydantic >=1.10.2,<2 #23

  • Added PackageSpec.from_wheel for generating a package spec from a .whl file #18

  • Added parse_top_level_import_name for finding importable names in .whl files #17

  • Added pyodide lockfile add_wheels CLI command. #20

[0.1.0a3] - 2023-09-15

Fixed

  • Fixed package home/issues URL metadata in pyproject.toml #15

  • Fixed PyodideLockSpec.to_json to not add newlines to the output by default. #12

[0.1.0a2] - 2023-07-21

Added

  • Add check_wheel_filenames method to PyodideLockSpec that checks that the package name in version are consistent between the wheel filename and the corresponding pyodide-lock.json fields #11

[0.1.0a1] - 2023-06-23

Initial release