Skip to content

Commit 372fc1d

Browse files
authored
Prepare changelog for 0.7.1 (#278)
* Prepare changelog for 0.7.1 * Update Changelog.md
1 parent 2c5a539 commit 372fc1d

File tree

4 files changed

+19
-57
lines changed

4 files changed

+19
-57
lines changed

Changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 0.7.1 (2023-08-07)
2+
3+
## What's Changed
4+
* Updates tests to Python 3.7/3.10, as 2.7/3.6 being EOL by @dbast in https://github.com/conda/conda-pack/pull/207
5+
* Renovations and require Python >=3.7 by @dbast in https://github.com/conda/conda-pack/pull/206
6+
* document packaging of environments as self-extracting executables by @saraedum in https://github.com/conda/conda-pack/pull/159
7+
* Add fix for core.py missing space by @Rtanti in https://github.com/conda/conda-pack/pull/218
8+
* Re-enable coverage reporting by @dbast in https://github.com/conda/conda-pack/pull/251
9+
* Allow the compression level to be set in zip files by @jjhelmus in https://github.com/conda/conda-pack/pull/252
10+
* Fix path separator on Windows distributions by @andysham in https://github.com/conda/conda-pack/pull/275
11+
* codesign binaries on osx-arm64 by @xhochy in https://github.com/conda/conda-pack/pull/257
12+
13+
## New Contributors
14+
* @saraedum made their first contribution in https://github.com/conda/conda-pack/pull/159
15+
* @Rtanti made their first contribution in https://github.com/conda/conda-pack/pull/218
16+
* @kenodegard made their first contribution in https://github.com/conda/conda-pack/pull/227
17+
* @jezdez made their first contribution in https://github.com/conda/conda-pack/pull/233
18+
* @jjhelmus made their first contribution in https://github.com/conda/conda-pack/pull/252
19+
* @andysham made their first contribution in https://github.com/conda/conda-pack/pull/275

news/252-allow-compression-level-in-zip-files

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/275-fix-windows-seperator

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/osx-arm64-support

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)