Skip to content

Commit b295b6d

Browse files
trgiangvcursoragent
andcommitted
update(changelog): bump version 2.1.1
Add 2.1.1 release notes covering UV installer improvements and CI workflow concurrency/matrix updates since commit 8b995c7. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 695a9de commit b295b6d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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

0 commit comments

Comments
 (0)