Skip to content

Commit bf32eac

Browse files
committed
Bump version
1 parent f2fdcff commit bf32eac

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## 1.1.1 (02/15/25)
417

518
### Added

src/swerex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.2.0"
22

33

44
REMOTE_EXECUTABLE_NAME = "swerex-remote"

0 commit comments

Comments
 (0)