We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fdcff commit bf32eacCopy full SHA for bf32eac
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 1.2.0 (02/25/25)
4
+
5
+### Added
6
7
+* Add platform flag to Deployment config for docker builds on different platforms by @carlosejimenez in https://github.com/SWE-agent/SWE-ReX/pull/165
8
9
+### Fixed
10
11
+* Fix: Avoid exceptions from Deployment.__del__ by @klieret in https://github.com/SWE-agent/SWE-ReX/pull/170
12
+* Enh: Validate image ID by @klieret in https://github.com/SWE-agent/SWE-ReX/pull/173
13
14
+**Full Changelog**: https://github.com/SWE-agent/SWE-ReX/compare/v1.1.1...v1.2.0
15
16
## 1.1.1 (02/15/25)
17
18
### Added
src/swerex/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.1.1"
+__version__ = "1.2.0"
REMOTE_EXECUTABLE_NAME = "swerex-remote"
0 commit comments