Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.4 KB

Changelog.md

File metadata and controls

19 lines (17 loc) · 1.4 KB

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

New Contributors

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