You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
# reportifyr 0.3.2
2
+
## Improvements
3
+
4
+
* Added Windows support for `uv` installation, ensuring the setup script now works on both Unix-like (Unix/Mac) and Windows platforms.
5
+
6
+
## Minor Improvements
7
+
8
+
* Added a `uv` version check such that the installed version is compared against requested version before installing requested version.
9
+
* Removed comments from JSON outputs.
10
+
11
+
## Bug Fixes
12
+
13
+
* Fixed changes to `.python_dependency_version.json` in `.venv` not being propagated to the `.python_dependency_version.json` in `report_dir_name`.
14
+
* Fixed an issue where user supplied `python.version` via `options('python.version')` was creating a new line in both `.python_dependency_version.json` files.
0 commit comments