diff --git a/.authors.yml b/.authors.yml index 090d6a4b..cf7e567e 100644 --- a/.authors.yml +++ b/.authors.yml @@ -1,18 +1,18 @@ - name: Mark Wiebe email: mwwiebe@gmail.com - num_commits: 0 + num_commits: 4 first_commit: 2013-06-18 00:11:02 github: mwiebe - name: Kale Franz email: kfranz@continuum.io alternate_emails: - kalefranz@users.noreply.github.com - num_commits: 0 + num_commits: 7 first_commit: 2018-01-30 21:51:11 github: kalefranz - name: Jannis Leidel email: jannis@leidel.info - num_commits: 0 + num_commits: 7 first_commit: 2021-07-07 18:38:53 github: jezdez - name: Mike Sarahan @@ -21,47 +21,47 @@ - Michael Sarahan alternate_emails: - msarahan@continuum.io - num_commits: 0 + num_commits: 22 first_commit: 2015-09-21 19:47:56 github: msarahan - name: Jaime Rodríguez-Guerra email: jaimergp@users.noreply.github.com aliases: - jaimergp - num_commits: 0 + num_commits: 27 first_commit: 2022-08-17 17:00:32 github: jaimergp - name: Trent Nelson email: trent@trent.me - num_commits: 0 + num_commits: 1 first_commit: 2013-10-14 05:26:39 github: tpn - name: Eric Prestat email: eric.prestat@gmail.com - num_commits: 0 + num_commits: 3 first_commit: 2021-01-14 21:30:02 github: ericpre - name: Daniel Bast email: 2790401+dbast@users.noreply.github.com - num_commits: 0 + num_commits: 2 first_commit: 2023-03-06 16:24:01 github: dbast - name: dpeterson email: dpeterson@651a555e-23ca-0310-84fe-ca9f7c59d2ea - num_commits: 0 + num_commits: 37 first_commit: 2008-09-25 18:26:33 - name: Prabhu Ramachandran email: prabhu@enthought.com - num_commits: 0 + num_commits: 3 first_commit: 2012-04-24 19:13:45 github: prabhuramachandran - name: dmartin email: dmartin@651a555e-23ca-0310-84fe-ca9f7c59d2ea - num_commits: 0 + num_commits: 7 first_commit: 2008-12-30 23:43:52 - name: Ray Donnelly email: mingw.android@gmail.com - num_commits: 0 + num_commits: 12 first_commit: 2016-05-24 01:47:12 github: mingwandroid - name: Ilan Schnell @@ -72,12 +72,12 @@ - ischnell@651a555e-23ca-0310-84fe-ca9f7c59d2ea - ilanschnell@gmail.com - ilan@continuum.io - num_commits: 0 + num_commits: 226 first_commit: 2009-01-25 20:45:58 github: enthought - name: Ken Odegard email: kodegard@anaconda.com - num_commits: 0 + num_commits: 2 first_commit: 2022-06-15 21:09:06 github: kenodegard - name: conda-bot @@ -87,17 +87,17 @@ aliases: - Conda Bot - conda bot - num_commits: 0 + num_commits: 25 first_commit: 2022-01-25 22:53:19 github: conda-bot - name: Aaron Meurer email: asmeurer@gmail.com - num_commits: 0 + num_commits: 1 first_commit: 2014-07-30 19:19:19 github: asmeurer - name: David Li email: li.davidm96@gmail.com - num_commits: 0 + num_commits: 1 first_commit: 2014-07-17 19:17:42 github: lidavidm - name: Connor Martin @@ -107,17 +107,17 @@ github: cjmartian - name: Isuru Fernando email: isuruf@gmail.com - num_commits: 0 + num_commits: 2 first_commit: 2022-08-15 10:10:48 github: isuruf - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 0 + num_commits: 3 first_commit: 2023-08-21 19:22:51 github: pre-commit-ci[bot] - name: Martin Chilvers email: martin.chilvers@gmail.com - num_commits: 0 + num_commits: 1 first_commit: 2011-11-09 12:49:29 github: Chilvers - name: Nehal J Wani @@ -127,13 +127,13 @@ github: nehaljwani - name: ccasey email: ccasey@651a555e-23ca-0310-84fe-ca9f7c59d2ea - num_commits: 0 + num_commits: 70 first_commit: 2008-10-28 16:16:07 - name: Cheng H. Lee email: chenghlee@users.noreply.github.com alternate_emails: - clee@anaconda.com - num_commits: 0 + num_commits: 2 first_commit: 2021-07-13 17:58:02 github: chenghlee - name: Jason McCampbell @@ -143,12 +143,12 @@ github: jasonmccampbell - name: Ashley Anderson email: aganders3@gmail.com - num_commits: 0 + num_commits: 1 first_commit: 2023-06-15 15:21:13 github: aganders3 - name: Shaun Walbridge email: shaun.walbridge@gmail.com - num_commits: 0 + num_commits: 1 first_commit: 2016-03-17 21:51:55 github: scw - name: Pankaj Pandey @@ -158,6 +158,6 @@ github: pankajp - name: Kai Tietz email: ktietz@anaconda.com - num_commits: 0 + num_commits: 1 first_commit: 2019-03-06 17:36:09 github: katietz diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a28702..19c2b743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ [//]: # (current developments) +## 2.0.1 (2023-12-11) + +### Enhancements + +* Update `winshortcut` C extension to support Python 3.12. (#164) + +### Bug fixes + +* Fix a regression in 2.0.0, where v1-style Windows shortcuts would fail to start applications that required environment activation. Addressed by adjusting an invalid import in `menuinst v1`'s legacy `cwp.py`. (#167 via #168) + +### Other + +* Add support for `pydantic` v2 in `menuinst._schema`. (#166 via #169) + +### Contributors + +* @jaimergp +* @kenodegard + + + ## 2.0.0 (2023-09-14) ### Enhancements diff --git a/news/164-py312 b/news/164-py312 deleted file mode 100644 index 23b954c9..00000000 --- a/news/164-py312 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Update `winshortcut` C extension to support Python 3.12. (#164) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/168-fix-legacy-cwp b/news/168-fix-legacy-cwp deleted file mode 100644 index 32972ddb..00000000 --- a/news/168-fix-legacy-cwp +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix invalid import in `menuinst v1`'s legacy `cwp.py`. (#168) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/169-pydantic b/news/169-pydantic deleted file mode 100644 index 1f55ae5c..00000000 --- a/news/169-pydantic +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Add support for `pydantic` v2 in `menuinst._schema`. (#166 via #169)