We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0344ba commit 57bd290Copy full SHA for 57bd290
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 1.2.1 (03/04/25)
4
+
5
+### Fixed
6
7
+* `TemporaryDirectory` cleanup issues on Windows in https://github.com/SWE-agent/SWE-ReX/pull/181
8
9
+### Enhanced
10
11
+* Message about building docker images in https://github.com/SWE-agent/SWE-ReX/pull/178
12
13
+**Full Changelog**: https://github.com/SWE-agent/SWE-ReX/compare/v1.2.0...v1.2.1
14
15
## 1.2.0 (02/25/25)
16
17
### Added
src/swerex/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.2.0"
+__version__ = "1.2.1"
REMOTE_EXECUTABLE_NAME = "swerex-remote"
0 commit comments