diff --git a/workspace/2023/07/2023-07-July-releases.md b/workspace/2023/07/2023-07-July-releases.md index dd5a5f3..4293b77 100644 --- a/workspace/2023/07/2023-07-July-releases.md +++ b/workspace/2023/07/2023-07-July-releases.md @@ -1,4 +1,4 @@ -July 2023 releases are here! Conda 23.7.2 and conda-build 3.26.0 are now available on both main and conda-forge. 🎊 +July 2023 releases are here! Conda 23.7.2, conda-build 3.26.0, conda-libmamba-solver 23.7.0, conda-package-streaming 0.9.0, and conda-package-handling 2.2.0 are now available on both main and conda-forge. 🎊 * * * @@ -22,4 +22,24 @@ conda install -n base conda-build=3.26.0 * * * -Check out the changelogs for [conda 23.7.0](https://github.com/conda/conda/releases/tag/23.7.0), [conda 23.7.1](https://github.com/conda/conda/releases/tag/23.7.1), [conda 23.7.2](https://github.com/conda/conda/releases/tag/23.7.2), and [conda-build 3.26.0](https://github.com/conda/conda-build/releases/tag/3.26.0) to see what else is new! +In the latest version of **conda-libmamba-solver**, basic integrations for local channels in conda-build have been added and new namespaced settings in `libmamba.Context` now have backwards-compatible support. + +To update conda-libmamba-solver, run: + +``` +conda install -n base conda-libmamba-solver=23.7.0 +``` + +* * * + +With the latest releases, both **conda-package-streaming** and **conda-package-handling** now respect `umask` when extracting files, which resolves the issue where [conda was not respecting `umask` when installing package files](https://github.com/conda/conda/issues/12829). + +To update these packages, run: + +``` +conda install -n base conda-package-streaming=0.9.0 conda-package-handling=2.2.0 +``` + +* * * + +Check out the changelogs for [conda 23.7.0](https://github.com/conda/conda/releases/tag/23.7.0), [conda 23.7.1](https://github.com/conda/conda/releases/tag/23.7.1), [conda 23.7.2](https://github.com/conda/conda/releases/tag/23.7.2), [conda-build 3.26.0](https://github.com/conda/conda-build/releases/tag/3.26.0), [conda-libmamba-solver 23.7.0](https://github.com/conda/conda-libmamba-solver/releases/tag/23.7.0), [conda-package-streaming 0.9.0](https://github.com/conda/conda-package-streaming/releases/tag/v0.9.0), and [conda-package-handling 2.2.0](https://github.com/conda/conda-package-handling/releases/tag/2.2.0) to see what else is new!