File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # 2.1.1
2+
3+ ## 🎯 New Features
4+
5+ - ** Python UV Installer Improvements**
6+ - Added robust UV installation and update management flow
7+ - Improved detection and handling for local UV binaries
8+ - Enhanced reliability for Python package tooling bootstrap
9+
10+ ## 🔧 Improvements
11+
12+ - ** CI Workflow Enhancements**
13+ - Compile workflow now builds per-Revit version via dynamic matrix
14+ - Matrix versions are derived from ` source/Directory.Build.props ` to avoid hardcoded values
15+ - Added workflow concurrency controls with auto-cancel on newer runs
16+ - Added cross-workflow lock so compile and release do not run in parallel
17+
18+ - ** Build Configuration Flexibility**
19+ - Exposed build configuration patterns as Nuke parameter for targeted CI builds
20+
21+ ## 🛠️ Technical Changes
22+
23+ - Updated dependency definitions for Python/UV execution path
24+ - Refined UV resource handling in project configuration
25+
26+ ---
27+
28+ ** Stats** : 9 files changed, 221 insertions(+), 34 deletions(-)
29+
130# 2.1.0
231
332## 🚀 Major Features
You can’t perform that action at this time.
0 commit comments