Skip to content

Commit

Permalink
Prepare 3.6.0 (#746)
Browse files Browse the repository at this point in the history
* Updated authorship for 3.6.0

* Updated CHANGELOG for 3.6.0

* amend changelog
  • Loading branch information
jaimergp authored Jan 12, 2024
1 parent 032a7fc commit 831caa5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 62 deletions.
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
github: chenghlee
- name: conda-bot
email: [email protected]
num_commits: 28
num_commits: 30
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand All @@ -277,7 +277,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 60
num_commits: 62
first_commit: 2022-01-08 14:56:53
github: jaimergp
- name: Tom Hören
Expand Down Expand Up @@ -357,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: [email protected]
num_commits: 8
num_commits: 9
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 10
num_commits: 13
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
[//]: # (current developments)

## 2024-01-12 3.6.0:
### Enhancements

* Add support for `menuinst` v2, which extends shortcut (menu items) creation from Windows to Linux and macOS. See [`menuinst` documentation](https://conda.github.io/menuinst/) for more information. Note that this feature requires `conda-standalone 23.11.0` or later. `micromamba` doesn't support v2-style menu items yet. (#474, #743)
* Add support for `ruamel.yaml` 0.18 API. (#729 via #739)
* Add `pkg_domains` setting to allow customization of the `domains` attribute in `PKG` installers. (#731 via #744)

### Other

* Unix installers now bundle conda-standalone (or micromamba) as `_conda`, instead of `conda.exe`.
(#741 via #474)

### Contributors

* @jaimergp
* @marcoesters



## 2023-10-10 3.5.0:
### Enhancements

Expand Down
20 changes: 0 additions & 20 deletions news/474-menuinst-v2

This file was deleted.

19 changes: 0 additions & 19 deletions news/739-ruamel-yaml

This file was deleted.

19 changes: 0 additions & 19 deletions news/745-customize-pkg-domains

This file was deleted.

0 comments on commit 831caa5

Please sign in to comment.