From 028c5a81c335a1034d9243398e5529918538639b Mon Sep 17 00:00:00 2001 From: beckermr Date: Tue, 1 Oct 2024 12:30:27 -0500 Subject: [PATCH] Updated CHANGELOG for 3.41.0 --- CHANGELOG.rst | 19 +++++++++++++++++++ news/rattler-build-cross-compile.rst | 3 --- news/tokens-expire.rst | 3 --- 3 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 news/rattler-build-cross-compile.rst delete mode 100644 news/tokens-expire.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 981af38dd..bb9eaeea8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,25 @@ conda-smithy Change Log .. current developments +v3.41.0 +==================== + +**Added:** + +* Added expiration dates to tokens when rotating. + +**Fixed:** + +* fix cross-compilation with rattler-build by setting `--target-platform=${HOST_PLATFORM}` + +**Authors:** + +* Matthew R. Becker +* Wolf Vollprecht +* pre-commit-ci[bot] + + + v3.40.1 ==================== diff --git a/news/rattler-build-cross-compile.rst b/news/rattler-build-cross-compile.rst deleted file mode 100644 index 32af8fd86..000000000 --- a/news/rattler-build-cross-compile.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* fix cross-compilation with rattler-build by setting `--target-platform=${HOST_PLATFORM}` diff --git a/news/tokens-expire.rst b/news/tokens-expire.rst deleted file mode 100644 index 9fd211406..000000000 --- a/news/tokens-expire.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Added:** - -* Added expiration dates to tokens when rotating.