Skip to content

Latest commit

 

History

History
78 lines (41 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

78 lines (41 loc) · 3.08 KB

Changelog

v0.6.1 (2023-07-13)

Bug Fixes

  • Include dist-info files in the zipapp. #35

v0.6.0 (2023-03-29)

Features & Improvements

  • Add compatible import statement for the next PDM release. #31

v0.5.0 (2022-12-12)

Bug Fixes

  • Update the import paths according to the deprecation. #20
  • Fix the code compatibility with pdm 2.3.0+. #24

v0.3.2 (2022-05-13)

Bug Fixes

  • Fix a bug that the default interpreter is not a string due to API change in PDM. #15

v0.3.1 (2022-04-25)

Bug Fixes

  • Fix the compatibility issue about the get_architecture() function. #14

v0.3.0 (2022-02-15)

Features & Improvements

  • Reinstall all default depenencies when packing the application. #12

Bug Fixes

  • Fix the compatibility issue with the latest PDM version. #12

v0.2.1 (2021-07-16)

Features & Improvements

  • Introduce --no-py to exclude py files in the result zipapp. #9

v0.2.0 (2021-07-15)

Features & Improvements

  • Add --pyc/--compile to compile source files into pyc. Compiled files are placed next to the source files to be loaded by zipimport for speedup. #7

v0.1.1 (2021-06-07)

Features & Improvements

  • File content are written into the file object instead of memory. #4