Skip to content

Commit

Permalink
Add CLS, CPS and CPH release details (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha committed Aug 4, 2023
1 parent f8e884f commit 2ea76a4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions workspace/2023/07/2023-07-July-releases.md
Original file line number Diff line number Diff line change
@@ -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. 🎊

* * *

Expand All @@ -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!

0 comments on commit 2ea76a4

Please sign in to comment.