Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 4.46 KB

Changelog.md

File metadata and controls

63 lines (53 loc) · 4.46 KB

0.8.1 (2024-11-15)

What's Changed

  • Make gzip-based archives reproducible by @xhochy in #349
  • Drop support for Python 3.7 by @xhochy in #360
  • feat: add zstd support by @kelvinou01 in #351
  • Switch to official gh action for gh-pages by @ericdill in #376
  • Add the deploy step for gh pages by @ericdill in #377
  • docs: source file name same as output by @yasir-choudhry in #371
  • Only deploy docs when release is tagged by @dbast in #378

New Contributors

  • @kelvinou01 made their first contribution in #351
  • @ericdill made their first contribution in #376
  • @yasir-choudhry made their first contribution in #371

0.8.0 (2024-06-25)

What's Changed

  • xfail test_format[squashfs] on Mac for Py<3.9 by @xhochy in #281
  • Fix squashfs packaging when using --dest-prefix by @rafiyr in #210
  • squashfs: Correct root dir permissions consistency by using a subdirectoy by @rafiyr in #267
  • Upload releases to PyPI using trusted publishing by @xhochy in #279
  • Remove missing files from the file list. by @xhochy in #118
  • Create the output directory if its missing and force is used, otherwise raise by @KrishanBhasin in #295
  • Fix in SquashFSArchive._add #248 by @Kirill888 in #306
  • Fix crash when using conda-pack on environments created with pixi by @melund in #305
  • Update parcel.rst by @bkreider in #317
  • Use macos-12 runners by @xhochy in #333
  • Add dependabot.yml by @xhochy in #332
  • Add no-archive format for fast environment clone by @ayurchuk in #320
  • activate.fish: support activating conda in fish shells by @d4l3k in #342

New Contributors

  • @rafiyr made their first contribution in #210
  • @KrishanBhasin made their first contribution in #295
  • @Kirill888 made their first contribution in #306
  • @melund made their first contribution in #305
  • @bkreider made their first contribution in #317
  • @ayurchuk made their first contribution in #320
  • @d4l3k made their first contribution in #342

0.7.1 (2023-08-07)

What's Changed

  • Updates tests to Python 3.7/3.10, as 2.7/3.6 being EOL by @dbast in #207
  • Renovations and require Python >=3.7 by @dbast in #206
  • document packaging of environments as self-extracting executables by @saraedum in #159
  • Add fix for core.py missing space by @Rtanti in #218
  • Re-enable coverage reporting by @dbast in #251
  • Allow the compression level to be set in zip files by @jjhelmus in #252
  • Fix path separator on Windows distributions by @andysham in #275
  • codesign binaries on osx-arm64 by @xhochy in #257

New Contributors

  • @saraedum made their first contribution in #159
  • @Rtanti made their first contribution in #218
  • @kenodegard made their first contribution in #227
  • @jezdez made their first contribution in #233
  • @jjhelmus made their first contribution in #252
  • @andysham made their first contribution in #275