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: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,35 @@
1
+
# v3.5.1
2
+
3
+
Patch release with a bunch of great fixes. But notably want to call out two major changes for anyone working on the pyinfra code itself (huge thank you Daan for implementing these):
4
+
5
+
- feat: use ruff for linting and formatting (@DonDebonair)
6
+
- feat: use uv for project and dependency management (@DonDebonair)
7
+
8
+
Core fixes:
9
+
10
+
- api: correctly set context state+host when calling `get_facts`
11
+
- cli: catch exceptions when testing inventory/operation imports
0 commit comments