@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ### [ 0.39.3] - 2024-12-18
9
+ #### ✨ Highlights
10
+ This release includes a little Christmas present, the environment installation got a huge speedup! 🚀
11
+
12
+ #### Performance
13
+ - Speedup environment installation by @baszalmstra and @wolfv in [ #2701 ] ( https://github.com/prefix-dev/pixi/pull/2701 )
14
+
15
+ #### Fixed
16
+ - ` pixi global sync ` reports after each handled environment by @Hofer-Julian in [ #2698 ] ( https://github.com/prefix-dev/pixi/pull/2698 )
17
+ - Config search order by @Hofer-Julian in [ #2702 ] ( https://github.com/prefix-dev/pixi/pull/2702 )
18
+ - Enforce rust-tls for reqwest by @Hofer-Julian in [ #2719 ] ( https://github.com/prefix-dev/pixi/pull/2719 )
19
+ - Help user with lockfile update error by @ruben-arts in [ #2684 ] ( https://github.com/prefix-dev/pixi/pull/2684 )
20
+ - Add broken curl version check in install.sh by @thewtex in [ #2686 ] ( https://github.com/prefix-dev/pixi/pull/2686 )
21
+
22
+ #### ` pixi build ` Preview work
23
+ - Introduction to pixi build by @tdejager in [ #2685 ] ( https://github.com/prefix-dev/pixi/pull/2685 )
24
+ - Add community example to ROS2 tutorial by @Daviesss in [ #2713 ] ( https://github.com/prefix-dev/pixi/pull/2713 )
25
+ - Add tutorial for Python and pixi-build by @Hofer-Julian in [ #2715 ] ( https://github.com/prefix-dev/pixi/pull/2715 )
26
+ - C++ package pixi build example by @tdejager in [ #2717 ] ( https://github.com/prefix-dev/pixi/pull/2717 )
27
+ - Add target to workspace by @wolfv in [ #2655 ] ( https://github.com/prefix-dev/pixi/pull/2655 )
28
+ - Support editable install for ` pixi build ` by @Hofer-Julian in [ #2661 ] ( https://github.com/prefix-dev/pixi/pull/2661 )
29
+
30
+ #### New Contributors
31
+ * @Daviesss made their first contribution in [ #2713 ] ( https://github.com/prefix-dev/pixi/pull/2713 )
32
+ * @thewtex made their first contribution in [ #2686 ] ( https://github.com/prefix-dev/pixi/pull/2686 )
33
+
8
34
### [ 0.39.2] - 2024-12-11
9
35
Patch release to fix the binary generation in CI.
10
36
0 commit comments