Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.3.0 #245

Merged
merged 3 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
github: dbast
- name: Conda Bot
email: [email protected]
num_commits: 23
num_commits: 32
first_commit: 2022-01-17 20:22:29
github: conda-bot
aliases:
Expand All @@ -86,7 +86,7 @@
first_commit: 2022-02-17 10:23:53
- name: Daniel Holth
email: [email protected]
num_commits: 24
num_commits: 26
first_commit: 2021-08-20 21:11:50
github: dholth
- name: Vadim Zayakin
Expand Down Expand Up @@ -122,5 +122,15 @@
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
github: pre-commit-ci[bot]
num_commits: 7
num_commits: 14
first_commit: 2023-01-20 04:55:56
- name: Justin Wood (Callek)
email: [email protected]
num_commits: 1
first_commit: 2024-05-21 11:47:03
github: callek
- name: jaimergp
email: [email protected]
num_commits: 2
first_commit: 2024-04-02 13:11:21
github: jaimergp
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Eli Uriegas <[email protected]>
Jannis Leidel <[email protected]>
John Lee <[email protected]> leej3 <[email protected]>
Jonathan J. Helmus <[email protected]>
Justin Wood (Callek) <[email protected]>
Ken Odegard <[email protected]>
Marius van Niekerk <[email protected]>
Matthew R. Becker <[email protected]>
Expand All @@ -49,4 +50,5 @@ Pure Software <[email protected]> ossdev07 <[email protected]>
Ray Donnelly <[email protected]>
Tobias "Tobi" Koch <[email protected]>
Vadim Zayakin <[email protected]> vz-x <[email protected]>
jaimergp <[email protected]>
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Authors are sorted alphabetically.
* Jannis Leidel
* John Lee
* Jonathan J. Helmus
* Justin Wood (Callek)
* Ken Odegard
* Marius van Niekerk
* Matthew R. Becker
Expand All @@ -21,4 +22,5 @@ Authors are sorted alphabetically.
* Ray Donnelly
* Tobias "Tobi" Koch
* Vadim Zayakin
* jaimergp
* pre-commit-ci[bot]
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
[//]: # (current developments)

## 2.3.0 (2024-06-05)

### Enhancements

* Add `cph list` to report artifact contents without prior extraction. (#236)
* Added formal support for Python 3.10, 3.11, and 3.12. (#231)

### Bug fixes

* Delay ``os.getcwd()`` call to body of ``CondaFormat_v2.create()`` when
``out_folder`` is not passed. (#205)

### Deprecations

* Removed formal support for Python 3.7. (#231)

### Other

* Remove MANIFEST.in, used for Python sdists, which referenced
non-existent files. Source distributions appear correct without
MANIFEST.in. (#163)
* Add explicit `zstandard` dependency. ([#222](https://github.com/conda/conda-package-handling/issues/222))

### Contributors

* @conda-bot
* @dholth
* @callek
* @jaimergp
* @pre-commit-ci[bot]



## 2.2.0 (2023-07-28)

### Bug fixes
Expand Down
21 changes: 0 additions & 21 deletions news/163-manifest-in

This file was deleted.

20 changes: 0 additions & 20 deletions news/205-getcwd

This file was deleted.

19 changes: 0 additions & 19 deletions news/236-list-subcommand

This file was deleted.

19 changes: 0 additions & 19 deletions news/explicit-zstandard-dependency

This file was deleted.

19 changes: 0 additions & 19 deletions news/python-update

This file was deleted.

2 changes: 1 addition & 1 deletion src/conda_package_handling/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.0"
__version__ = "2.3.0"
Loading